Update build.gradle
Fix versionName
This commit is contained in:
parent
ecb0a25556
commit
6507a6de49
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ android {
|
|||
minSdkVersion 21
|
||||
targetSdkVersion 34
|
||||
versionCode 11
|
||||
versionName "v1.2.2"
|
||||
versionName "1.2.2"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue