From 53ca67f87b8c4a82e0ed820a83a51766c8f0602a Mon Sep 17 00:00:00 2001 From: dg1223 Date: Sun, 6 Aug 2023 21:46:06 -0400 Subject: [PATCH 1/2] feat: changed colour to blue --- App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/App.tsx b/App.tsx index 72c4f0b..df98ac1 100644 --- a/App.tsx +++ b/App.tsx @@ -68,8 +68,8 @@ const styles = StyleSheet.create({ highlight: { fontSize: 24, fontWeight: '700', - // color: 'blue', - color: 'red', + color: 'blue', + // color: 'red', }, }); From f4f966302051722ddd65d378b2f839c2829e2b55 Mon Sep 17 00:00:00 2001 From: dg1223 Date: Sun, 6 Aug 2023 22:02:05 -0400 Subject: [PATCH 2/2] chores: updated versionCode --- 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 9307e57..1e7d496 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -79,7 +79,7 @@ android { applicationId "com.thebest.gamchha" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 7 + versionCode 8 versionName "1.0.6" } signingConfigs {