Moved to Android Studio.

This commit is contained in:
Erik C. Thauvin 2015-04-15 16:05:15 -07:00
parent 0fa255ccee
commit 50d97b746a
38 changed files with 812 additions and 242 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()
}
}