Skip to content

Commit 6c0167c

Browse files
committed
Fix example app build for HMS for Gradle / AGP 8
1 parent fb1edf8 commit 6c0167c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Examples/OneSignalDemo/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
dependencies {
1515
classpath 'com.android.tools.build:gradle:8.8.2'
1616
classpath 'com.google.gms:google-services:4.3.10'
17-
classpath 'com.huawei.agconnect:agcp:1.6.2.300'
17+
classpath 'com.huawei.agconnect:agcp:1.9.1.304'
1818

1919
// TODO: Do not place your application dependencies here; they belong
2020
// in the individual module build.gradle files

OneSignalSDK/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
]
1111
androidGradlePluginVersion = '8.8.2'
1212
googleServicesGradlePluginVersion = '4.3.10'
13-
huaweiAgconnectVersion = '1.6.2.300'
13+
huaweiAgconnectVersion = '1.9.1.304'
1414
huaweiHMSPushVersion = '6.3.0.304'
1515
huaweiHMSLocationVersion = '4.0.0.300'
1616
kotlinVersion = '1.7.10'

0 commit comments

Comments
 (0)