diff --git a/Examples/simple-fcm-client/android/app/build.gradle b/Examples/simple-fcm-client/android/app/build.gradle index dd59fe23159fa1dfefee16d99dc4fe2492193d7a..960c44fe4771a3f9fdce51b5bec30b4714eeaac3 100644 --- a/Examples/simple-fcm-client/android/app/build.gradle +++ b/Examples/simple-fcm-client/android/app/build.gradle @@ -1,4 +1,5 @@ apply plugin: "com.android.application" +apply plugin: "com.google.gms.google-services" import com.android.build.OutputFile diff --git a/Examples/simple-fcm-client/android/app/src/main/AndroidManifest.xml b/Examples/simple-fcm-client/android/app/src/main/AndroidManifest.xml index 7c5e0a1c28d631610045d18095399c87fba83878..f3ddf2936837e6b18a3c6d8c9dfb9498c72cbb84 100644 --- a/Examples/simple-fcm-client/android/app/src/main/AndroidManifest.xml +++ b/Examples/simple-fcm-client/android/app/src/main/AndroidManifest.xml @@ -16,14 +16,35 @@ android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:theme="@style/AppTheme"> + + + + + + + + + + + + + + + + + + + + diff --git a/Examples/simple-fcm-client/android/build.gradle b/Examples/simple-fcm-client/android/build.gradle index fcba4c587f1ce3c04fec20487a0213057843b683..5300173d4cf19a7df567728e1a2dfad538593b86 100644 --- a/Examples/simple-fcm-client/android/build.gradle +++ b/Examples/simple-fcm-client/android/build.gradle @@ -5,7 +5,8 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:1.3.1' + classpath 'com.android.tools.build:gradle:2.0.0' + classpath 'com.google.gms.google-services:3.0.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files