0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00

build(deps): desugar library to 1.2.2

trying this on a different branch as it *appears* there is cache
corruption somewhere
This commit is contained in:
Mike Hardy 2022-10-15 08:23:36 -05:00
parent 51d8d3ea27
commit 7b544b87db

View File

@ -240,7 +240,7 @@ dependencies {
lintChecks project(":lint-rules")
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.6'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.2.2'
compileOnly 'org.jetbrains:annotations:23.0.0'
compileOnly "com.google.auto.service:auto-service-annotations:1.0.1"
annotationProcessor "com.google.auto.service:auto-service:1.0.1"