Merge pull request #2753 from gedoor/dependabot/gradle/app/com.android.tools-desugar_jdk_libs-2.0.1

Bump com.android.tools:desugar_jdk_libs from 1.2.2 to 2.0.1 in /app
This commit is contained in:
kunfei 2023-02-03 20:55:46 +08:00 committed by GitHub
commit ceb50a3e21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,7 @@ android {
dependencies {
compileOnly "com.android.tools.build:gradle:$agp_version"
//noinspection GradleDependency,GradlePackageUpdate
coreLibraryDesugaring('com.android.tools:desugar_jdk_libs:1.2.2')
coreLibraryDesugaring('com.android.tools:desugar_jdk_libs:2.0.1')
testImplementation('junit:junit:4.13.2')
androidTestImplementation('androidx.test:runner:1.5.2')
androidTestImplementation('androidx.test.espresso:espresso-core:3.5.1')