Support for Push Notifications in the PlayStore build

This commit is contained in:
Vitor Pamplona
2023-05-10 11:16:47 -04:00
parent 633be54dd4
commit b8bc370bc1
19 changed files with 645 additions and 92 deletions

View File

@@ -8,6 +8,9 @@ buildscript {
accompanist_version = '0.30.0'
coil_version = '2.3.0'
}
dependencies {
classpath 'com.google.gms:google-services:4.3.15'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.0.1' apply false