公告
财富商城
积分规则
提问
发文
2020-03-01 04:42发布
叛逆
I'm trying to upgrade my libraries from :
libraries
classpath 'com.google.gms:google-services:4.2.0'
to
classpath 'com.google.gms:google-services:4.3.0'
and I'm getting below error :
I got similar issue and I resolved it by downgrading from 4.3.0 to 4.2.0 and sync the project from Android Studio
From
To
Updating OneSignal Plugin to 0.12.3 solved the problem for me:
0.12.3
buildscript { //....... dependencies { classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:0.12.3' } //.... }
Check this: https://github.com/OneSignal/OneSignal-Gradle-Plugin/issues/95
最多设置5个标签!
I got similar issue and I resolved it by downgrading from 4.3.0 to 4.2.0 and sync the project from Android Studio
From
To
Updating OneSignal Plugin to
0.12.3
solved the problem for me:Check this: https://github.com/OneSignal/OneSignal-Gradle-Plugin/issues/95