Bump version name to 2024.06.0 (#1420)

This commit is contained in:
David Perez 2024-06-04 10:35:46 -05:00 committed by Álison Fernandes
parent 04730137e8
commit a8f7c576fb

View file

@ -28,7 +28,7 @@ android {
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
versionCode = 1
versionName = "2024.05.0"
versionName = "2024.06.00"
setProperty("archivesBaseName", "com.x8bit.bitwarden")