mirror of
https://github.com/bitwarden/android.git
synced 2025-02-16 11:59:57 +03:00
BIT-2069: Upgrade app version name (#1141)
This commit is contained in:
parent
3176b5fe62
commit
483a10a3a7
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue