From e0b8405562392be69b2f1bd3e7aaac80bbabea0a Mon Sep 17 00:00:00 2001 From: David Perez Date: Thu, 11 Apr 2024 14:18:05 -0500 Subject: [PATCH] Update the version name to 2024.4.0 (#1257) --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d09b6fa9ad..cc4f314fa1 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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.