Skip to content

Commit fd3b050

Browse files
committed
build: android: update agp to 8.10.1 and to gradle 8.14.2
1 parent cf5b594 commit fd3b050

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

platforms/android/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
app/build/
33
app/.cxx
44
/local.properties
5+
build/reports/

platforms/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:8.9.1'
9+
classpath 'com.android.tools.build:gradle:8.10.1'
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Oct 02 13:43:32 CEST 2024
1+
#Tue Jun 10 18:14:41 CEST 2025
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)