summaryrefslogtreecommitdiff
path: root/bindings/Android/SWORD/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/Android/SWORD/build.gradle')
-rw-r--r--bindings/Android/SWORD/build.gradle23
1 files changed, 23 insertions, 0 deletions
diff --git a/bindings/Android/SWORD/build.gradle b/bindings/Android/SWORD/build.gradle
new file mode 100644
index 0000000..c33a638
--- /dev/null
+++ b/bindings/Android/SWORD/build.gradle
@@ -0,0 +1,23 @@
+// 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:3.0.0'
+
+ // 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
+}