From 52aa6d028154bd2fc82d5465e185f58958c12293 Mon Sep 17 00:00:00 2001 From: linsui Date: Wed, 6 Sep 2023 15:50:21 +0800 Subject: [PATCH] misc fixes --- metadata/chat.rocket.android.yml | 4 ++++ metadata/com.zfdang.touchhelper.yml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/metadata/chat.rocket.android.yml b/metadata/chat.rocket.android.yml index 94fadac837..fb693ba3d6 100644 --- a/metadata/chat.rocket.android.yml +++ b/metadata/chat.rocket.android.yml @@ -1970,6 +1970,7 @@ Builds: - node_modules/expo-application/android/build.gradle - node_modules/expo/android/build.gradle - node_modules/@react-native-async-storage/async-storage/android/build.gradle + - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - node_modules/@react-native-community/art/android/build.gradle - node_modules/@react-native-community/blur/android/build.gradle - node_modules/@react-native-community/netinfo/android/build.gradle @@ -2063,6 +2064,7 @@ Builds: - node_modules/expo-application/android/build.gradle - node_modules/expo/android/build.gradle - node_modules/@react-native-async-storage/async-storage/android/build.gradle + - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - node_modules/@react-native-community/art/android/build.gradle - node_modules/@react-native-community/blur/android/build.gradle - node_modules/@react-native-community/netinfo/android/build.gradle @@ -2156,6 +2158,7 @@ Builds: - node_modules/expo-application/android/build.gradle - node_modules/expo/android/build.gradle - node_modules/@react-native-async-storage/async-storage/android/build.gradle + - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - node_modules/@react-native-community/art/android/build.gradle - node_modules/@react-native-community/blur/android/build.gradle - node_modules/@react-native-community/netinfo/android/build.gradle @@ -2249,6 +2252,7 @@ Builds: - node_modules/expo-application/android/build.gradle - node_modules/expo/android/build.gradle - node_modules/@react-native-async-storage/async-storage/android/build.gradle + - node_modules/@react-native-camera-roll/camera-roll/android/build.gradle - node_modules/@react-native-community/art/android/build.gradle - node_modules/@react-native-community/blur/android/build.gradle - node_modules/@react-native-community/netinfo/android/build.gradle diff --git a/metadata/com.zfdang.touchhelper.yml b/metadata/com.zfdang.touchhelper.yml index e8db4b7813..4c2ffb9969 100644 --- a/metadata/com.zfdang.touchhelper.yml +++ b/metadata/com.zfdang.touchhelper.yml @@ -58,7 +58,7 @@ Builds: - sed -i -e '/versionName/s/appVersion/"$$VERSION$$"/' build.gradle - sed -i -e '/STORAGE/d' src/main/AndroidManifest.xml - - versionName: 2023.05.19 + - versionName: '249' versionCode: 249 commit: e99bc578a7f82800c3b82158f06508177a5d4dfb subdir: app @@ -72,6 +72,6 @@ Builds: AutoUpdateMode: Version UpdateCheckMode: Tags -UpdateCheckData: '|tag-(\d+)|docs/README.md|TouchHelper-release-v([\d.]+).apk' -CurrentVersion: 2023.05.19 +UpdateCheckData: '|tag-(\d+)||tag-(\d+)' +CurrentVersion: '249' CurrentVersionCode: 249