Skip to content

Commit f66cccf

Browse files
committed
all: bump agp to 8.3 and agcp to 1.9.1.302
1 parent f831dda commit f66cccf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ buildscript {
33
repositories {
44
google()
55
jcenter()
6-
maven { url 'http://developer.huawei.com/repo/' }
6+
maven { url 'https://developer.huawei.com/repo/' }
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:4.1.0'
9+
classpath 'com.android.tools.build:gradle:8.3.0'
1010
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'
1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files
1414
}
@@ -28,4 +28,4 @@ allprojects {
2828

2929
task clean(type: Delete) {
3030
delete rootProject.buildDir
31-
}
31+
}

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

0 commit comments

Comments
 (0)