summaryrefslogtreecommitdiff
path: root/app/android/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/android/build.gradle')
-rw-r--r--app/android/build.gradle29
1 files changed, 29 insertions, 0 deletions
diff --git a/app/android/build.gradle b/app/android/build.gradle
new file mode 100644
index 0000000..fe3625e
--- /dev/null
+++ b/app/android/build.gradle
@@ -0,0 +1,29 @@
+// Top-level build file where you can add configuration options common to all sub-projects/modules.
+
+buildscript {
+
+ repositories {
+ google()
+ mavenCentral()
+ }
+ dependencies {
+ classpath 'com.android.tools.build:gradle:7.2.1'
+ classpath 'com.google.gms:google-services:4.3.13'
+
+ // NOTE: Do not place your application dependencies here; they belong
+ // in the individual module build.gradle files
+ }
+}
+
+apply from: "variables.gradle"
+
+allprojects {
+ repositories {
+ google()
+ mavenCentral()
+ }
+}
+
+task clean(type: Delete) {
+ delete rootProject.buildDir
+}