Installation (Android SDK - Java)

Download

Add to dependencies:

implementation 'com.personaclick:personaclick-sdk:+'
implementation 'com.google.firebase:firebase-bom:32.7.0'
implementation 'com.google.firebase:firebase-messaging:23.4.1'

Configure

Append to your project 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.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.

Copyright 2018-2024 PersonaClick