mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-25 15:15:12 +00:00
Fix TKCompanionApp 500 automagic update
This commit is contained in:
parent
43eb201c66
commit
a6c8d4ad5e
1 changed files with 2 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue