Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/Android-SingleSignOn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sample/build.gradle')
-rw-r--r--sample/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/build.gradle b/sample/build.gradle
index 58e2675..cb7fdb2 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -28,7 +28,7 @@ android {
}
dependencies {
- coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
+ coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.2.2'
implementation project(path: ':lib')
implementation 'androidx.appcompat:appcompat:1.4.2'