diff --git a/PushTutorial/app/build.gradle b/PushTutorial/app/build.gradle index 94933201..2631a9f9 100644 --- a/PushTutorial/app/build.gradle +++ b/PushTutorial/app/build.gradle @@ -23,3 +23,5 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.1.0' } + +apply plugin: 'com.google.gms.google-services' diff --git a/PushTutorial/app/google-services.json b/PushTutorial/app/google-services.json new file mode 100644 index 00000000..b20bfd67 --- /dev/null +++ b/PushTutorial/app/google-services.json @@ -0,0 +1,3 @@ +{ + "TODO" : "REPLACE WITH REAL GOOGLE-SERVICES FROM FIREBASE APP SETUP" +} \ No newline at end of file diff --git a/PushTutorial/build.gradle b/PushTutorial/build.gradle index a5bb8157..20853ffe 100644 --- a/PushTutorial/build.gradle +++ b/PushTutorial/build.gradle @@ -8,7 +8,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:3.5.3' - + classpath 'com.google.gms:google-services:4.3.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }