mirror of
https://github.com/bitwarden/android.git
synced 2025-03-16 03:08:50 +03:00
Update app version to 2024.05.0 (#1344)
This commit is contained in:
parent
9b0fb1f9b3
commit
96ded6724a
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.04.0"
|
||||
versionName = "2024.05.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