Merge pull request #3474 from gedoor/dependabot/gradle/com.android.tools-desugar_jdk_libs_nio-2.0.4

Bump com.android.tools:desugar_jdk_libs_nio from 2.0.3 to 2.0.4
This commit is contained in:
Antecer 2024-02-20 13:39:36 +08:00 committed by GitHub
commit 01e8e23652
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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