Skip to content

Commit eaf846b

Browse files
committed
chore: publish version 1.0.1 (F-Droid hotfix)
1 parent 3a19d86 commit eaf846b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId = "de.cyb3rko.pincredible"
1919
minSdk = 23
2020
targetSdk = 35
21-
versionCode = 13
22-
versionName = "1.0.0"
21+
versionCode = 14
22+
versionName = "1.0.1"
2323
resValue("string", "app_name", "PINcredible Dev")
2424
resValue("string", "version_name", "Pre-Release v${versionName}")
2525
signingConfig = signingConfigs.getByName("debug")

0 commit comments

Comments
 (0)