Skip to content

Commit

Permalink
Update Android desugar and tools libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Dec 21, 2024
1 parent f28ab94 commit 0f31b2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poitest/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'

dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.3'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
// commons-text 1.8 fails due to Java 8 dependency
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginManagement {
google()
}
dependencies {
classpath("com.android.tools:r8:8.3.37")
classpath("com.android.tools:r8:8.5.35")
}
}
}
Expand Down

0 comments on commit 0f31b2b

Please sign in to comment.