You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 18 Current »
Add to dependencies:
dependencies
implementation 'com.personaclick:personaclick-sdk:+' implementation 'com.google.firebase:firebase-bom:32.7.0' implementation 'com.google.firebase:firebase-messaging:23.4.1'
Append to your project build.gradle:
build.gradle
buildscript { dependencies { ... classpath 'com.google.gms:google-services:4.4.1' } }
Append to your app module build.gradle after line apply plugin: 'com.android.application':
apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services'
Create your app in the Firebase console and copy file google-services.json to your app root path. Then sync gradle.
google-services.json
gradle
Page Navigation
Related Pages