Skip to content

Commit ebb5c79

Browse files
author
gopi2401
committed
fix: update Gradle plugin version to 8.11.0 and Gradle wrapper to 8.8 for improved performance
1 parent b014484 commit ebb5c79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath 'com.android.tools.build:gradle:8.3.0'
9+
classpath 'com.android.tools.build:gradle:8.11.0'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111
}
1212
}

android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip

0 commit comments

Comments
 (0)