summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorNazario <francisco.nazario@logixsdigital.com>2023-06-05 14:49:14 +0200
committerNazario <francisco.nazario@logixsdigital.com>2023-06-05 14:49:14 +0200
commit502fe9a6493b74ea231d02bcaae24e8e87eda98b (patch)
treef1253736111b5fba3bccae84da9a553a368730c0 /build.gradle
parente344a180f40d48ffd1c638ec99c640f2628fe8c8 (diff)
Implemented Firebase
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 5 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 4314313..80463e2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,4 +1,8 @@
-// Top-level build file where you can add configuration options common to all sub-projects/modules.
+buildscript {
+ 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.2' apply false
id 'com.android.library' version '8.0.2' apply false