2017-04-20 12:21:29 +02:00
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
|
|
|
|
android {
|
|
|
|
compileSdkVersion 8
|
2017-11-02 17:58:05 +01:00
|
|
|
buildToolsVersion "26.0.2"
|
2017-04-20 12:21:29 +02:00
|
|
|
|
|
|
|
defaultConfig {
|
|
|
|
applicationId "pandroid_event_viewer.pandorafms"
|
|
|
|
minSdkVersion 8
|
|
|
|
targetSdkVersion 8
|
|
|
|
}
|
|
|
|
|
|
|
|
buildTypes {
|
|
|
|
release {
|
|
|
|
minifyEnabled false
|
|
|
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|