Moved to Android Studio

This commit is contained in:
Erik C. Thauvin 2015-04-15 23:55:59 -07:00
parent 4f2c43cc44
commit 3d161aecf4
26 changed files with 597 additions and 103 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()
}
}