From a079c111b7e389cae4a63ec3093df8911210d25c Mon Sep 17 00:00:00 2001 From: dkanada Date: Fri, 18 Dec 2020 12:37:35 +0900 Subject: [PATCH] use kotlin flavor of androidx libraries when available --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2fe2d427..a9e44c03 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,18 +55,18 @@ dependencies { implementation 'com.google.android.exoplayer:exoplayer:2.12.2' implementation 'com.google.android.material:material:1.2.1' - implementation 'androidx.core:core:1.3.2' + implementation 'androidx.core:core-ktx:1.3.2' implementation 'androidx.media:media:1.2.1' - implementation 'androidx.fragment:fragment:1.2.5' + implementation 'androidx.fragment:fragment-ktx:1.2.5' implementation 'androidx.legacy:legacy-support-v13:1.0.0' implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.recyclerview:recyclerview:1.1.0' implementation 'androidx.gridlayout:gridlayout:1.0.0' implementation 'androidx.cardview:cardview:1.0.0' - implementation 'androidx.palette:palette:1.0.0' + implementation 'androidx.palette:palette-ktx:1.0.0' implementation 'androidx.annotation:annotation:1.1.0' implementation 'androidx.percentlayout:percentlayout:1.0.0' - implementation 'androidx.preference:preference:1.1.1' + implementation 'androidx.preference:preference-ktx:1.1.1' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'com.github.kabouzeid:app-theme-helper:1.3.10'