]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Bump gradle and desugar versions.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Fri, 4 Dec 2020 14:00:29 +0000 (15:00 +0100)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Fri, 4 Dec 2020 14:00:29 +0000 (15:00 +0100)
build.gradle

index f586b429a095eb3df4295fb6548b5bdb9c033f83..21bbe741e09e7a1be39024a534223a9b93b0a67c 100644 (file)
@@ -4,7 +4,7 @@ buildscript {
         google()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:4.0.0'
+        classpath 'com.android.tools.build:gradle:4.1.1'
     }
 }
 
@@ -28,7 +28,7 @@ dependencies {
         builtBy 'makesmallicu'
     }
     implementation 'com.android.support:preference-v7:25.3.1'
-    coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.5'
+    coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.1'
 }
 
 task makesmallicu (type:Exec, dependsOn: configurations.smallicu) {