Skip to content

Commit 8959844

Browse files
dependabot[bot]jdvp
authored andcommitted
Bump the gradle-dependencies group with 2 updates
Bumps the gradle-dependencies group with 2 updates: com.android.tools.build:gradle and [com.android.tools:desugar_jdk_libs](https://github.com/google/desugar_jdk_libs). Updates `com.android.tools.build:gradle` from 8.8.1 to 8.8.2 Updates `com.android.tools: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.build:gradle dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies - dependency-name: com.android.tools:desugar_jdk_libs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent da60227 commit 8959844

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dependencies {
7575

7676
// If minSdk is like 25 or below, we seemingly need to desugar when
7777
// using aspectjrt 1.9.22 or above
78-
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.4")
78+
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.5")
7979

8080
// Instrumented testing
8181
androidTestImplementation "androidx.test.ext:junit:1.2.1"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99
dependencies {
1010
//Android Gradle Plugin (AGP)
11-
classpath "com.android.tools.build:gradle:8.8.1"
11+
classpath "com.android.tools.build:gradle:8.8.2"
1212

1313
//Kotlin
1414
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10"

0 commit comments

Comments
 (0)