From f96146b59905a67bffb8fce39ad6180a139f1b8d Mon Sep 17 00:00:00 2001 From: wcyat Date: Fri, 9 Feb 2024 13:28:41 +0800 Subject: [PATCH] release: 1.8.1 --- android/app/build.gradle | 4 ++-- app.json | 2 +- app/about.tsx | 8 ++++---- package.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index dc67acd..63bba17 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -86,8 +86,8 @@ android { applicationId 'me.wcyat.safecantoneseai' minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 1800 - versionName "1.8.0" + versionCode 1810 + versionName "1.8.1" buildConfigField("boolean", "REACT_NATIVE_UNSTABLE_USE_RUNTIME_SCHEDULER_ALWAYS", (findProperty("reactNative.unstable_useRuntimeSchedulerAlways") ?: true).toString()) } diff --git a/app.json b/app.json index 5e2555a..10b09c6 100644 --- a/app.json +++ b/app.json @@ -4,7 +4,7 @@ "name": "safecantonese.ai", "slug": "safecantonese-ai", "scheme": "me.wcyat.safecantoneseai", - "version": "1.8.0", + "version": "1.8.1", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", diff --git a/app/about.tsx b/app/about.tsx index 4570b14..b716f7c 100644 --- a/app/about.tsx +++ b/app/about.tsx @@ -49,11 +49,11 @@ export default function Page() { style={{ color: "blue", margin: 5 }} onPress={() => Linking.openURL( - "https://github.com/sdip15fa/safecantonese.ai.app/releases/tag/1.8.0" + "https://github.com/sdip15fa/safecantonese.ai.app/releases/tag/1.8.1" ) } > - 1.8.0 + 1.8.1 Source Code @@ -78,7 +78,7 @@ export default function Page() { style={{ color: "blue", margin: 5 }} onPress={() => Linking.openURL( - "https://github.com/sdip15fa/safecantonese.ai.app/blob/1.8.0/LICENSE.md" + "https://github.com/sdip15fa/safecantonese.ai.app/blob/1.8.1/LICENSE.md" ) } > @@ -88,7 +88,7 @@ export default function Page() { style={{ color: "blue", margin: 5 }} onPress={() => { Linking.openURL( - "https://github.com/sdip15fa/safecantonese.ai.app/blob/1.8.0/third-party-licenses.txt" + "https://github.com/sdip15fa/safecantonese.ai.app/blob/1.8.1/third-party-licenses.txt" ); }} > diff --git a/package.json b/package.json index 569eb6b..2931d8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "safecantonese.ai.app", - "version": "1.8.0", + "version": "1.8.1", "main": "expo-router/entry", "license": "GPL-3.0-or-later", "scripts": {