Skip to content

Commit 56e3080

Browse files
dependabot[bot]Acconut
andauthoredMar 10, 2025
Bump com.android.tools.build:gradle from 8.8.2 to 8.9.0 (#129)
* Bump com.android.tools.build:gradle from 8.8.2 to 8.9.0 Bumps com.android.tools.build:gradle from 8.8.2 to 8.9.0. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Upgrade to Gradle 1.13 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marius Kleidl <1375043+Acconut@users.noreply.github.com>
1 parent 33724b7 commit 56e3080

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
google()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:8.8.2'
8+
classpath 'com.android.tools.build:gradle:8.9.0'
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files

‎gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-all.zip

0 commit comments

Comments
 (0)