Skip to content

Commit

Permalink
Bump gradle and desugar versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdoeffinger committed Dec 4, 2020
1 parent ff4d0ec commit 92de294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

Expand All @@ -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) {
Expand Down

0 comments on commit 92de294

Please sign in to comment.