mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-19 12:24:03 +00:00
Update jp.nonbili.noutube to 0.4.2 (3504)
This commit is contained in:
parent
bacee12052
commit
eba7a0e95b
1 changed files with 76 additions and 2 deletions
|
|
@ -678,10 +678,84 @@ Builds:
|
||||||
- desktop
|
- desktop
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|
||||||
|
- versionName: 0.4.2
|
||||||
|
versionCode: 3503
|
||||||
|
commit: f4d0d4002f617c294b1023d49990fc18819024d5
|
||||||
|
subdir: android/app
|
||||||
|
sudo:
|
||||||
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||||
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v22.14.0/node-v22.14.0-linux-x64.tar.gz
|
||||||
|
- echo "9d942932535988091034dc94cc5f42b6dc8784d6366df3a36c4c9ccb3996f0c2 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
|
||||||
|
- android/build.gradle
|
||||||
|
- 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-edge-to-edge/android/build.gradle
|
||||||
|
- node_modules/react-native-reanimated/android/build.gradle
|
||||||
|
- node_modules/react-native-screens/android/build.gradle
|
||||||
|
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||||
|
- node_modules/react-native-get-random-values/android/build.gradle
|
||||||
|
- node_modules/react-native-svg/android/build.gradle
|
||||||
|
scandelete:
|
||||||
|
- desktop
|
||||||
|
- node_modules
|
||||||
|
|
||||||
|
- versionName: 0.4.2
|
||||||
|
versionCode: 3504
|
||||||
|
commit: f4d0d4002f617c294b1023d49990fc18819024d5
|
||||||
|
subdir: android/app
|
||||||
|
sudo:
|
||||||
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||||
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v22.14.0/node-v22.14.0-linux-x64.tar.gz
|
||||||
|
- echo "9d942932535988091034dc94cc5f42b6dc8784d6366df3a36c4c9ccb3996f0c2 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
|
||||||
|
- android/build.gradle
|
||||||
|
- 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-edge-to-edge/android/build.gradle
|
||||||
|
- node_modules/react-native-reanimated/android/build.gradle
|
||||||
|
- node_modules/react-native-screens/android/build.gradle
|
||||||
|
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||||
|
- node_modules/react-native-get-random-values/android/build.gradle
|
||||||
|
- node_modules/react-native-svg/android/build.gradle
|
||||||
|
scandelete:
|
||||||
|
- desktop
|
||||||
|
- 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.1
|
CurrentVersion: 0.4.2
|
||||||
CurrentVersionCode: 3404
|
CurrentVersionCode: 3504
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue