dejsem.1.5/android/dejsem.studio/build.gradle
changeset 0 676905a3b03c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dejsem.1.5/android/dejsem.studio/build.gradle	Wed Nov 27 09:50: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()
+    }
+}