mirror of
https://github.com/bitwarden/android.git
synced 2026-03-21 13:52:07 -05:00
BIT-2069: Upgrade app version name (#1141)
This commit is contained in:
committed by
Álison Fernandes
parent
3176b5fe62
commit
483a10a3a7
@@ -26,7 +26,7 @@ android {
|
||||
minSdk = libs.versions.minSdk.get().toInt()
|
||||
targetSdk = libs.versions.targetSdk.get().toInt()
|
||||
versionCode = 1
|
||||
versionName = "1.0.0"
|
||||
versionName = "2024.03.0"
|
||||
|
||||
ksp {
|
||||
// The location in which the generated Room Database Schemas will be stored in the repo.
|
||||
|
||||
Reference in New Issue
Block a user