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 3a19d86 commit eaf846bCopy full SHA for eaf846b
app/build.gradle.kts
@@ -18,8 +18,8 @@ android {
18
applicationId = "de.cyb3rko.pincredible"
19
minSdk = 23
20
targetSdk = 35
21
- versionCode = 13
22
- versionName = "1.0.0"
+ versionCode = 14
+ versionName = "1.0.1"
23
resValue("string", "app_name", "PINcredible Dev")
24
resValue("string", "version_name", "Pre-Release v${versionName}")
25
signingConfig = signingConfigs.getByName("debug")
0 commit comments