Added Gradle build files because Ant's too efficient for some people.

This commit is contained in:
akwizgran
2014-11-25 14:54:34 +00:00
parent cc8f960902
commit 6b4a72aea7
13 changed files with 373 additions and 0 deletions

9
build.gradle Normal file
View File

@@ -0,0 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.12.+'
}
}