Bump version to 1.8.0 (versionCode 10)

This commit is contained in:
Pavel Baksy 2026-03-06 19:05:20 +01:00
parent f8763abd25
commit 727c8c5d3c

View File

@ -11,8 +11,8 @@ android {
applicationId = "cz.bugsy.passwordzebra"
minSdk = 29
targetSdk = 35
versionCode = 9
versionName = "1.7.0"
versionCode = 10
versionName = "1.8.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}