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 3 Current »

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'
implementation 'com.google.dagger:dagger:2.51.1'
kapt 'com.google.dagger:dagger-compiler:2.48'

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 id 'com.android.application':

plugins {
	id 'com.google.gms.google-services'
	id 'org.jetbrains.kotlin.android'
}

Create your app in the Firebase console and copy file google-services.json to your app root path. Then sync gradle.

  • No labels