Update the version name to 2024.4.0 (#1257)

This commit is contained in:
David Perez 2024-04-11 14:18:05 -05:00 committed by Álison Fernandes
parent c171c9353f
commit e0b8405562

View file

@ -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.