File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,14 @@ buildscript {
5
5
google()
6
6
mavenCentral()
7
7
gradlePluginPortal()
8
+ // Huawei maven
9
+ maven { url ' https://developer.huawei.com/repo/' }
8
10
}
9
11
dependencies {
10
12
classpath ' com.android.tools.build:gradle:7.0.4'
11
13
classpath ' com.google.gms:google-services:4.3.10'
12
14
classpath ' gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.14.0, 0.99.99]'
15
+ classpath ' com.huawei.agconnect:agcp:1.2.1.301'
13
16
14
17
// TODO: Do not place your application dependencies here; they belong
15
18
// in the individual module build.gradle files
@@ -20,6 +23,8 @@ allprojects {
20
23
repositories {
21
24
google()
22
25
mavenCentral()
26
+ // Huawei maven
27
+ maven { url ' https://developer.huawei.com/repo/' }
23
28
}
24
29
}
25
30
You can’t perform that action at this time.
0 commit comments