Update Core KTX and desugar_jdk_libs versions.

This commit is contained in:
Isira Seneviratne 2020-07-31 08:07:26 +05:30
parent aa3163c41f
commit c463245cc2
1 changed files with 2 additions and 2 deletions

View File

@ -129,11 +129,11 @@ ext {
}
dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.9'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.10'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.3.0'
implementation 'androidx.core:core-ktx:1.3.1'
implementation 'androidx.fragment:fragment-ktx:1.2.5'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation "androidx.lifecycle:lifecycle-service:$lifecycle_version"