Moved to Android Studio.

This commit is contained in:
Erik C. Thauvin 2015-04-15 16:33:38 -07:00
parent 7d5c926a27
commit f3c2fcba14
47 changed files with 935 additions and 360 deletions

16
build.gradle Normal file
View file

@ -0,0 +1,16 @@
// 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.1.0'
classpath 'com.github.hamsterksu:android-appversion-gradle-plugin:1.2.+'
}
}
allprojects {
repositories {
jcenter()
}
}