From f6fd46f75ec7d9a75d2546e9a72c733a28bbbc19 Mon Sep 17 00:00:00 2001 From: Marco Date: Sat, 7 Dec 2024 16:37:48 +0100 Subject: [PATCH] new version name --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 036ad15..0667388 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -24,7 +24,7 @@ android { minSdk = flutter.minSdkVersion targetSdk = flutter.targetSdkVersion versionCode = 2001 - versionName = 1.0.0 + versionName = "1.0.0" } buildTypes {