Browse Source

Upgrade to use latest HMS push/agconnect SDK version

wfang 2 years ago
parent
commit
3e278bc3c0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      android/build.gradle

+ 2 - 2
android/build.gradle

@@ -10,7 +10,7 @@ buildscript {
 
     dependencies {
         classpath ("com.android.tools.build:gradle:3.3.0")
-        classpath ("com.huawei.agconnect:agcp:1.2.1.300")
+        classpath ("com.huawei.agconnect:agcp:1.6.5.300")
     }
 }
 
@@ -43,7 +43,7 @@ dependencies {
     implementation 'com.facebook.react:react-native:+'
 
     // push kit
-    implementation 'com.huawei.hms:push:4.0.2.300'
+    implementation 'com.huawei.hms:push:6.5.0.300'
 }
 
 apply plugin: 'com.huawei.agconnect'