mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 07:05:35 +03:00
Updated version name according to our pattern (#3940)
This commit is contained in:
parent
cdf8b49d61
commit
384be79838
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ android {
|
||||||
minSdk = libs.versions.minSdk.get().toInt()
|
minSdk = libs.versions.minSdk.get().toInt()
|
||||||
targetSdk = libs.versions.targetSdk.get().toInt()
|
targetSdk = libs.versions.targetSdk.get().toInt()
|
||||||
versionCode = 1
|
versionCode = 1
|
||||||
versionName = "2024.09.00"
|
versionName = "2024.9.0"
|
||||||
|
|
||||||
setProperty("archivesBaseName", "com.x8bit.bitwarden")
|
setProperty("archivesBaseName", "com.x8bit.bitwarden")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue