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

19
app/build.gradle Normal file
View file

@ -0,0 +1,19 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 13
buildToolsVersion "21.1.2"
defaultConfig {
applicationId "net.thauvin.erik.android.avion"
minSdkVersion 13
targetSdkVersion 13
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}