From c463245cc20adf162fdb77c6511d960849b1c6c7 Mon Sep 17 00:00:00 2001 From: Isira Seneviratne Date: Fri, 31 Jul 2020 08:07:26 +0530 Subject: [PATCH] Update Core KTX and desugar_jdk_libs versions. --- android/BOINC/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/BOINC/app/build.gradle b/android/BOINC/app/build.gradle index 698e5236f9..6c6042ed9a 100644 --- a/android/BOINC/app/build.gradle +++ b/android/BOINC/app/build.gradle @@ -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"