Migrate to gradle, appcompat as external dependency.
[mobilnebezpieczenstwo.git] / build.gradle
diff --git a/build.gradle b/build.gradle
new file mode 100644 (file)
index 0000000..e26cdee
--- /dev/null
@@ -0,0 +1,15 @@
+// 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:1.0.0'
+    }
+}
+
+allprojects {
+    repositories {
+        jcenter()
+    }
+}