Skip to content

Commit 2ba8f28

Browse files
committed
update gradle version to 8.7
1 parent 2541165 commit 2ba8f28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
buildscript {
33
dependencies {
44
// Note: If you use HuaWei or Honor push, you need to add the following dependencies
5-
classpath("com.android.tools.build:gradle:8.1.0")
5+
classpath("com.android.tools.build:gradle:8.6.1")
66
classpath("com.huawei.agconnect:agcp:1.9.1.301")
77
classpath("com.hihonor.mcs:asplugin:2.0.1.300")
88
}
99
}
1010
// Top-level build file where you can add configuration options common to all sub-projects/modules.
1111
plugins {
12-
id("com.android.application") version "8.1.0" apply false
12+
id("com.android.application") version "8.6.1" apply false
1313
id("org.jetbrains.kotlin.android") version "1.8.0" apply false
1414
// Add the dependency for the Google services Gradle plugin
1515
id("com.google.gms.google-services") version "4.4.1" apply false
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Fri Mar 08 17:54:10 CST 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)