aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2018-07-26 15:04:44 +0000
committerAlex Ning <chineseperson5@gmail.com>2018-07-26 15:04:44 +0000
commit1f2137dd365bc07b5fd38df22e54379933585994 (patch)
treef9ef585dda71db8bc809120761cac42e22dd1193 /build.gradle
downloadinfinity-for-reddit-1f2137dd365bc07b5fd38df22e54379933585994.tar
infinity-for-reddit-1f2137dd365bc07b5fd38df22e54379933585994.tar.gz
infinity-for-reddit-1f2137dd365bc07b5fd38df22e54379933585994.tar.bz2
infinity-for-reddit-1f2137dd365bc07b5fd38df22e54379933585994.tar.lz
infinity-for-reddit-1f2137dd365bc07b5fd38df22e54379933585994.tar.xz
infinity-for-reddit-1f2137dd365bc07b5fd38df22e54379933585994.tar.zst
infinity-for-reddit-1f2137dd365bc07b5fd38df22e54379933585994.zip
First commit
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle27
1 files changed, 27 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
new file mode 100644
index 00000000..43c07085
--- /dev/null
+++ b/build.gradle
@@ -0,0 +1,27 @@
+// Top-level build file where you can add configuration options common to all sub-projects/modules.
+
+buildscript {
+
+ repositories {
+ google()
+ jcenter()
+ }
+ dependencies {
+ classpath 'com.android.tools.build:gradle:3.1.3'
+
+
+ // NOTE: Do not place your application dependencies here; they belong
+ // in the individual module build.gradle files
+ }
+}
+
+allprojects {
+ repositories {
+ google()
+ jcenter()
+ }
+}
+
+task clean(type: Delete) {
+ delete rootProject.buildDir
+}