Moving to Android Studio and Gradle.

This commit is contained in:
2014-12-02 18:55:57 +04:00
parent 6f4d9f2b4d
commit 6c59f740f0
79 changed files with 404 additions and 146 deletions

15
build.gradle Normal file
View File

@@ -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:0.13.2'
}
}
allprojects {
repositories {
jcenter()
}
}