Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Next »

Download

Add to dependencies:

implementation 'com.personaclick:personaclick-sdk:+'
implementation 'com.google.firebase:firebase-bom:32.5.0'
implementation 'com.google.firebase:firebase-messaging:23.3.1'

Configure

Append to your project build.gradle:

buildscript {
	dependencies {
		...
		classpath 'com.google.gms:google-services:4.4.0'
	}
}

Append to your app module build.gradle after line 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. Sync gradle now.

  • No labels