From 3803af2c81514cbab0ae8adc00a66e787b7478a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20B=C4=99tka?= <37906388+mateki0@users.noreply.github.com> Date: Tue, 22 Aug 2023 12:17:04 +0200 Subject: [PATCH] [create-pull-request] automated change (#971) Co-authored-by: mateki0 --- 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 c2ca6162..47b10f16 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -155,8 +155,8 @@ android { applicationId "com.holidaily" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 66 - versionName "1.0.63" + versionCode 67 + versionName "1.0.64" buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() if (isNewArchitectureEnabled()) { // We configure the CMake build only if you decide to opt-in for the New Architecture.