2017-12-22 15:46:43 +01:00
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
|
|
|
|
android {
|
2022-05-24 14:52:41 +02:00
|
|
|
compileSdkVersion 30
|
2017-12-22 15:46:43 +01:00
|
|
|
|
|
|
|
defaultConfig {
|
|
|
|
applicationId "nl.eventinfra.wifisetup"
|
|
|
|
minSdkVersion 18
|
2023-08-04 21:45:28 +02:00
|
|
|
targetSdkVersion 31
|
2017-12-22 15:46:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
buildTypes {
|
|
|
|
release {
|
|
|
|
minifyEnabled false
|
|
|
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|