mirror of
https://github.com/bitwarden/android.git
synced 2025-03-16 03:08:50 +03:00
Update the version name to 2024.4.0 (#1257)
This commit is contained in:
parent
c171c9353f
commit
e0b8405562
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ android {
|
|||
minSdk = libs.versions.minSdk.get().toInt()
|
||||
targetSdk = libs.versions.targetSdk.get().toInt()
|
||||
versionCode = 1
|
||||
versionName = "2024.03.0"
|
||||
versionName = "2024.04.0"
|
||||
|
||||
ksp {
|
||||
// The location in which the generated Room Database Schemas will be stored in the repo.
|
||||
|
|
Loading…
Add table
Reference in a new issue