File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
buildscript {
3
3
dependencies {
4
4
// 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 " )
6
6
classpath(" com.huawei.agconnect:agcp:1.9.1.301" )
7
7
classpath(" com.hihonor.mcs:asplugin:2.0.1.300" )
8
8
}
9
9
}
10
10
// Top-level build file where you can add configuration options common to all sub-projects/modules.
11
11
plugins {
12
- id(" com.android.application" ) version " 8.1.0 " apply false
12
+ id(" com.android.application" ) version " 8.6.1 " apply false
13
13
id(" org.jetbrains.kotlin.android" ) version " 1.8.0" apply false
14
14
// Add the dependency for the Google services Gradle plugin
15
15
id(" com.google.gms.google-services" ) version " 4.4.1" apply false
Original file line number Diff line number Diff line change 1
1
# Fri Mar 08 17:54:10 CST 2024
2
2
distributionBase =GRADLE_USER_HOME
3
3
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
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments