Fix TKCompanionApp 500 automagic update

This commit is contained in:
Marco Bresciani 2022-11-05 04:02:39 +00:00 committed by linsui
parent 43eb201c66
commit a6c8d4ad5e

View file

@ -978,6 +978,7 @@ Builds:
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- sysctl fs.inotify.max_user_watches=524288 || true
- npm install -g npm@8.19.2
init: npm install
gradle:
- yes
@ -991,8 +992,6 @@ Builds:
- node_modules/hermes-engine
- node_modules/jsc-android
- node_modules/react-native/ReactAndroid/build.gradle
- node_modules/react-native/ReactAndroid/hermes-engine/build.gradle
- node_modules/react-native/android/com/facebook/react/hermes-engine
- node_modules/react-native/android/com/facebook/react/react-native/*/
- node_modules/react-native-device-info/android/build.gradle
- node_modules/react-native-encrypted-storage/android/build.gradle
@ -1001,7 +1000,7 @@ Builds:
- node_modules/react-native-vector-icons/android/build.gradle
scandelete:
- node_modules/
ndk: r23c
ndk: r21e
MaintainerNotes: scanignore is used to allow the "node_modules/react-native/android"
local Maven repository.