android/michelson.studio/build.gradle
changeset 0 16509f98f301
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/android/michelson.studio/build.gradle	Fri Nov 22 09:40:16 2019 +0100
@@ -0,0 +1,17 @@
+// 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.5.0-alpha09'
+    }
+}
+
+allprojects {
+    repositories {
+        jcenter()
+        google()
+    }
+}