Skip to content

Commit 51f1f47

Browse files
chore(deps): bump com.android.tools:desugar_jdk_libs 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-version: 2.1.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d9d2908 commit 51f1f47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ flutter {
107107

108108
dependencies {
109109
// Required for flutter_local_notifications core library desugaring.
110-
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.4")
110+
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.5")
111111
}
112112
if (releaseTaskRequested) {
113113
val keyPropertiesFile = rootProject.file("key.properties")

0 commit comments

Comments
 (0)