Moved to Android Studio.

This commit is contained in:
Erik C. Thauvin 2015-04-15 01:34:17 -07:00
parent c4c7687dfe
commit 58f7b14f6a
27 changed files with 546 additions and 22 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:1.1.0'
}
}
allprojects {
repositories {
jcenter()
}
}