summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-09-10 18:30:51 +0200
committerThomas <tschneider.ac@gmail.com>2022-09-10 18:30:51 +0200
commit399be26280d3c31e663f9cb0462c1063c45d163c (patch)
tree133b9cc3767257287f78a28784a4d2a8a7af77bd /build.gradle
parent882c1bf6cd9585eb5f2222f9b46232b6d8fc702b (diff)
Fix push notifications for Google release
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 59dfab897..9e7043247 100644
--- a/build.gradle
+++ b/build.gradle
@@ -3,12 +3,13 @@ buildscript {
repositories {
mavenCentral()
google()
+
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.5.1"
-
+ classpath 'com.google.gms:google-services:4.3.8'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}