summaryrefslogtreecommitdiff
path: root/ide/AndroidStudio3/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'ide/AndroidStudio3/build.gradle')
-rw-r--r--ide/AndroidStudio3/build.gradle17
1 files changed, 0 insertions, 17 deletions
diff --git a/ide/AndroidStudio3/build.gradle b/ide/AndroidStudio3/build.gradle
deleted file mode 100644
index f48a2c6ec..000000000
--- a/ide/AndroidStudio3/build.gradle
+++ /dev/null
@@ -1,17 +0,0 @@
-// Top-level build file where you can add configuration options common to all sub-projects/modules.
-buildscript {
- repositories {
- jcenter()
- google()
- }
- dependencies {
- classpath 'com.android.tools.build:gradle:3.2.1'
- }
-}
-
-allprojects {
- repositories {
- jcenter()
- google()
- }
-}