Moved to Android Studio.
This commit is contained in:
parent
c4c7687dfe
commit
58f7b14f6a
27 changed files with 546 additions and 22 deletions
19
app/build.gradle
Normal file
19
app/build.gradle
Normal 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'
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue