mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 03:57:13 +00:00
Update jp.nonbili.nora to 0.2.3 (1504)
This commit is contained in:
parent
78621e5065
commit
5deee58ce9
1 changed files with 66 additions and 2 deletions
|
|
@ -411,10 +411,74 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules
|
||||
|
||||
- versionName: 0.2.3
|
||||
versionCode: 1503
|
||||
commit: 8bed4495e3b9765d8791042a0ae6caf58551944c
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v20.19.5/node-v20.19.5-linux-x64.tar.gz
|
||||
- echo "4eba5fbe1fb10753bc06e42f001a91c5cec16798b7764a3e9257adc59af47fe1 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm -g install yarn
|
||||
gradle:
|
||||
- yes
|
||||
output: build/outputs/apk/release/app-armeabi-v7a-release-unsigned.apk
|
||||
prebuild:
|
||||
- cd ../..
|
||||
- sed -i -e '1a "expo":{"autolinking":{"android":{"buildFromSource":[".*"]}}},'
|
||||
package.json
|
||||
- yarn
|
||||
- yarn bundle:es
|
||||
- yarn expo prebuild -p android --clean
|
||||
scanignore:
|
||||
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
||||
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
|
||||
- node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
|
||||
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- node_modules/react-native-screens/android/build.gradle
|
||||
- node_modules/react-native-svg/android/build.gradle
|
||||
- node_modules/react-native-get-random-values/android/build.gradle
|
||||
scandelete:
|
||||
- node_modules
|
||||
|
||||
- versionName: 0.2.3
|
||||
versionCode: 1504
|
||||
commit: 8bed4495e3b9765d8791042a0ae6caf58551944c
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v20.19.5/node-v20.19.5-linux-x64.tar.gz
|
||||
- echo "4eba5fbe1fb10753bc06e42f001a91c5cec16798b7764a3e9257adc59af47fe1 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm -g install yarn
|
||||
gradle:
|
||||
- yes
|
||||
output: build/outputs/apk/release/app-arm64-v8a-release-unsigned.apk
|
||||
prebuild:
|
||||
- cd ../..
|
||||
- sed -i -e '1a "expo":{"autolinking":{"android":{"buildFromSource":[".*"]}}},'
|
||||
package.json
|
||||
- yarn
|
||||
- yarn bundle:es
|
||||
- yarn expo prebuild -p android --clean
|
||||
scanignore:
|
||||
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
||||
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
|
||||
- node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
|
||||
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- node_modules/react-native-screens/android/build.gradle
|
||||
- node_modules/react-native-svg/android/build.gradle
|
||||
- node_modules/react-native-get-random-values/android/build.gradle
|
||||
scandelete:
|
||||
- node_modules
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
- 100 * %c + 3
|
||||
- 100 * %c + 4
|
||||
CurrentVersion: 0.2.2
|
||||
CurrentVersionCode: 1404
|
||||
CurrentVersion: 0.2.3
|
||||
CurrentVersionCode: 1504
|
||||
|
|
|
|||
Loading…
Reference in a new issue