Skip to content

Commit ede8930

Browse files
Bump com.android.tools:desugar_jdk_libs from 2.1.4 to 2.1.5 in /android
Bumps [com.android.tools:desugar_jdk_libs](https://github.com/google/desugar_jdk_libs) from 2.1.4 to 2.1.5. - [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 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 190d5b0 commit ede8930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dependencies {
102102
implementation "org.jetbrains.kotlin:kotlin-stdlib:2.1.10"
103103
testImplementation "junit:junit:4.13.2"
104104
// https://developer.android.com/jetpack/androidx/releases/test/#1.2.0
105-
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.1.4"
105+
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.1.5"
106106

107107
}
108108
sentry {

0 commit comments

Comments
 (0)