summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorTrumeet <liangyuteng12345@gmail.com>2018-09-08 21:08:14 -0700
committerTrumeet <liangyuteng12345@gmail.com>2018-09-08 21:08:14 -0700
commit4b38a99961fac44b14848cf8782d5619c7b3dddc (patch)
tree0794ba93d3118c00bf05d58f5e165c5924a898ea /build.gradle
downloadPageIndicator-android-9.0.0_r8.tar
PageIndicator-android-9.0.0_r8.tar.gz
PageIndicator-android-9.0.0_r8.tar.bz2
PageIndicator-android-9.0.0_r8.zip
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle25
1 files changed, 25 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
new file mode 100644
index 0000000..00850bc
--- /dev/null
+++ b/build.gradle
@@ -0,0 +1,25 @@
+// 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.3.0-alpha08'
+
+ // 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
+}