BIT-2069: Upgrade app version name (#1141)

This commit is contained in:
Ramsey Smith 2024-03-13 15:41:45 -06:00 committed by Álison Fernandes
parent 3176b5fe62
commit 483a10a3a7
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -153,7 +153,7 @@ private val fixedClock = Clock.fixed(
ZoneId.systemDefault(),
)
private val DEFAULT_ABOUT_STATE: AboutState = AboutState(
version = "Version: 1.0.0 (1)".asText(),
version = "Version: ${BuildConfig.VERSION_NAME} (${BuildConfig.VERSION_CODE})".asText(),
isSubmitCrashLogsEnabled = false,
copyrightInfo = "© Bitwarden Inc. 2015-"
.asText()