misc fixes

This commit is contained in:
linsui 2023-09-06 15:50:21 +08:00
parent 7c9989e7a1
commit 52aa6d0281
2 changed files with 7 additions and 3 deletions

View file

@ -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

View file

@ -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