Skip to content

Commit cd89818

Browse files
committed
Add missing Huawei maven refs for the example
1 parent c8e3cdb commit cd89818

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Examples/OneSignalDemo/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ buildscript {
55
google()
66
mavenCentral()
77
gradlePluginPortal()
8+
// Huawei maven
9+
maven { url 'https://developer.huawei.com/repo/' }
810
}
911
dependencies {
1012
classpath 'com.android.tools.build:gradle:7.0.4'
1113
classpath 'com.google.gms:google-services:4.3.10'
1214
classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.14.0, 0.99.99]'
15+
classpath 'com.huawei.agconnect:agcp:1.2.1.301'
1316

1417
// TODO: Do not place your application dependencies here; they belong
1518
// in the individual module build.gradle files
@@ -20,6 +23,8 @@ allprojects {
2023
repositories {
2124
google()
2225
mavenCentral()
26+
// Huawei maven
27+
maven { url 'https://developer.huawei.com/repo/' }
2328
}
2429
}
2530

0 commit comments

Comments
 (0)