Update build.gradle

Fix versionName
This commit is contained in:
udenr 2025-07-23 11:59:16 +02:00 committed by GitHub
commit 6507a6de49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ android {
minSdkVersion 21
targetSdkVersion 34
versionCode 11
versionName "v1.2.2"
versionName "1.2.2"
vectorDrawables.useSupportLibrary = true
}
buildTypes {