Skip to content

Commit ad602be

Browse files
committed
next alpha
1 parent 8e4924d commit ad602be

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

app/build.gradle.kts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,17 @@ android {
3535
applicationId = "de.westnordost.streetcomplete"
3636
minSdk = 21
3737
targetSdk = 34
38-
versionCode = 5901
39-
versionName = "59.0-alpha2"
38+
versionCode = 5902
39+
versionName = "59.0-alpha3"
4040
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4141
}
4242

4343
buildTypes {
4444
all {
45-
isMinifyEnabled = true
45+
ndk {
46+
debugSymbolLevel = "FULL"
47+
}
48+
isMinifyEnabled = false // TODO reenable
4649
isShrinkResources = false
4750
// don't use proguard-android-optimize.txt, it is too aggressive, it is more trouble than it is worth
4851
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro")

0 commit comments

Comments
 (0)