GMaps-WV/app/build.gradle
woheller69 b97dfb4756 do not delete cookies to avoid consent page every time
make route planner button usable
2025-04-01 19:23:43 +02:00

31 lines
668 B
Groovy

apply plugin: 'com.android.application'
android {
compileSdk 34
defaultConfig {
applicationId "us.spotco.maps"
minSdkVersion 21
targetSdk 34
versionCode 37
versionName "1.12"
}
buildTypes {
debug {
applicationIdSuffix ".debug"
minifyEnabled true
zipAlignEnabled true
}
release {
shrinkResources true
minifyEnabled true
zipAlignEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
lint {
abortOnError false
}
}
dependencies {
}