aboutsummaryrefslogtreecommitdiff
path: root/java/android/OlmLibSdk/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'java/android/OlmLibSdk/build.gradle')
-rw-r--r--java/android/OlmLibSdk/build.gradle23
1 files changed, 0 insertions, 23 deletions
diff --git a/java/android/OlmLibSdk/build.gradle b/java/android/OlmLibSdk/build.gradle
deleted file mode 100644
index 77ce66e..0000000
--- a/java/android/OlmLibSdk/build.gradle
+++ /dev/null
@@ -1,23 +0,0 @@
-// Top-level build file where you can add configuration options common to all sub-projects/modules.
-
-buildscript {
- repositories {
- jcenter()
- }
- dependencies {
- classpath 'com.android.tools.build:gradle:2.1.3'
-
- // NOTE: Do not place your application dependencies here; they belong
- // in the individual module build.gradle files
- }
-}
-
-allprojects {
- repositories {
- jcenter()
- }
-}
-
-task clean(type: Delete) {
- delete rootProject.buildDir
-}