From 3eb48e1fb0cf49a5d5ae30013928a5ca95c3962a Mon Sep 17 00:00:00 2001 From: Juan Gilsanz Polo Date: Mon, 23 Jan 2023 02:27:45 +0100 Subject: [PATCH] Updated app version --- android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 3a632a0..81cbba1 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -145,8 +145,8 @@ android { minSdkVersion 26 targetSdkVersion 33 compileSdkVersion 33 - versionCode 4 - versionName "0.3.0" + versionCode 5 + versionName "1.0.0" buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() if (isNewArchitectureEnabled()) {