mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
Update jp.nonbili.nora to 0.4.7 (3404)
This commit is contained in:
parent
f88b724fc6
commit
75b72ce581
1 changed files with 66 additions and 2 deletions
|
|
@ -1307,10 +1307,74 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules
|
||||
|
||||
- versionName: 0.4.7
|
||||
versionCode: 3403
|
||||
commit: 426acb0981a37b40a39346bd74e0a89e791de0af
|
||||
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.7
|
||||
versionCode: 3404
|
||||
commit: 426acb0981a37b40a39346bd74e0a89e791de0af
|
||||
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.4.6
|
||||
CurrentVersionCode: 3304
|
||||
CurrentVersion: 0.4.7
|
||||
CurrentVersionCode: 3404
|
||||
|
|
|
|||
Loading…
Reference in a new issue