mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update jp.nonbili.nora to 0.4.5 (3204)
This commit is contained in:
parent
1f3e99a0b2
commit
1dd6fa0aa4
1 changed files with 66 additions and 2 deletions
|
|
@ -1179,10 +1179,74 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|
||||||
|
- versionName: 0.4.5
|
||||||
|
versionCode: 3203
|
||||||
|
commit: d8b90f698fc0e518ee221af2c415e3f526845c4a
|
||||||
|
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.4.5
|
||||||
|
versionCode: 3204
|
||||||
|
commit: d8b90f698fc0e518ee221af2c415e3f526845c4a
|
||||||
|
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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
VercodeOperation:
|
VercodeOperation:
|
||||||
- 100 * %c + 3
|
- 100 * %c + 3
|
||||||
- 100 * %c + 4
|
- 100 * %c + 4
|
||||||
CurrentVersion: 0.4.4
|
CurrentVersion: 0.4.5
|
||||||
CurrentVersionCode: 3104
|
CurrentVersionCode: 3204
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue