From 17ca2a916682a6311eae3263fcd4312f680676ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 05:10:25 +0000 Subject: [PATCH] Bump com.android.tools:desugar_jdk_libs_nio from 2.0.2 to 2.0.3 in /app Bumps [com.android.tools:desugar_jdk_libs_nio](https://github.com/google/desugar_jdk_libs) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/google/desugar_jdk_libs/releases) - [Changelog](https://github.com/google/desugar_jdk_libs/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/desugar_jdk_libs/commits) --- updated-dependencies: - dependency-name: com.android.tools:desugar_jdk_libs_nio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 442e49975..112756fcc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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')