Update app version to 2024.05.0 (#1344)

This commit is contained in:
David Perez 2024-05-07 13:43:26 -05:00 committed by Álison Fernandes
parent 9b0fb1f9b3
commit 96ded6724a

View file

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