We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac756f commit 21c7458Copy full SHA for 21c7458
app/build.gradle.kts
@@ -20,8 +20,8 @@ android {
20
applicationId = "de.klimek.compass"
21
minSdk = 26
22
targetSdk = 36
23
- versionCode = 8
24
- versionName = "1.4.1"
+ versionCode = 9
+ versionName = "1.5.0"
25
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
26
}
27
0 commit comments