mirror of
https://github.com/bitwarden/android.git
synced 2026-04-27 11:28:41 -05:00
Commonize version name and bump it (#5559)
This commit is contained in:
@@ -55,8 +55,8 @@ android {
|
||||
applicationId = "com.x8bit.bitwarden"
|
||||
minSdk = libs.versions.minSdk.get().toInt()
|
||||
targetSdk = libs.versions.targetSdk.get().toInt()
|
||||
versionCode = 1
|
||||
versionName = "2025.7.0"
|
||||
versionCode = libs.versions.appVersionCode.get().toInt()
|
||||
versionName = libs.versions.appVersionName.get()
|
||||
|
||||
setProperty("archivesBaseName", "com.x8bit.bitwarden")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user