File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ buildscript {
3
3
repositories {
4
4
google()
5
5
jcenter()
6
- maven { url ' http ://developer.huawei.com/repo/' }
6
+ maven { url ' https ://developer.huawei.com/repo/' }
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:4.1 .0'
9
+ classpath ' com.android.tools.build:gradle:8.3 .0'
10
10
classpath ' org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.8'
11
- classpath ' com.huawei.agconnect:agcp:1.4 .1.300 '
11
+ classpath ' com.huawei.agconnect:agcp:1.9 .1.302 '
12
12
// NOTE: Do not place your application dependencies here; they belong
13
13
// in the individual module build.gradle files
14
14
}
@@ -28,4 +28,4 @@ allprojects {
28
28
29
29
task clean (type : Delete ) {
30
30
delete rootProject. buildDir
31
- }
31
+ }
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.5-all .zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.4-bin .zip
You can’t perform that action at this time.
0 commit comments