Merge pull request #2940 from gedoor/dependabot/gradle/app/com.android.tools-desugar_jdk_libs_nio-2.0.3

Bump com.android.tools:desugar_jdk_libs_nio from 2.0.2 to 2.0.3 in /app
This commit is contained in:
kunfei 2023-04-03 17:40:03 +08:00 committed by GitHub
commit 0601a78046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,7 @@ android {
dependencies {
compileOnly "com.android.tools.build:gradle:$agp_version"
//noinspection GradleDependency,GradlePackageUpdate
coreLibraryDesugaring('com.android.tools:desugar_jdk_libs_nio:2.0.2')
coreLibraryDesugaring('com.android.tools:desugar_jdk_libs_nio:2.0.3')
testImplementation('junit:junit:4.13.2')
androidTestImplementation('androidx.test:runner:1.5.2')
androidTestImplementation('androidx.test.ext:junit:1.1.5')