mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-17 11:32:27 +00:00
Update Nunti to v2.5.1 (18)
This commit is contained in:
parent
7c8b3fe359
commit
3a4b74b7dd
1 changed files with 37 additions and 2 deletions
|
|
@ -749,7 +749,42 @@ Builds:
|
||||||
- Nunti/node_modules
|
- Nunti/node_modules
|
||||||
ndk: r25b
|
ndk: r25b
|
||||||
|
|
||||||
|
- versionName: v2.5.1
|
||||||
|
versionCode: 18
|
||||||
|
commit: 75612d47c732ff7628f4ab85e472778cc8f1cf00
|
||||||
|
subdir: Nunti/android/app
|
||||||
|
sudo:
|
||||||
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v19.6.0/node-v19.6.0-linux-x64.tar.gz
|
||||||
|
- echo "142e3caf0ea8476767d4ad006acf46b9dd059c169d3287f9d58eac964f16a4e1 node.tar.gz"
|
||||||
|
| sha256sum -c -
|
||||||
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||||
|
- npm install -g yarn
|
||||||
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||||
|
- apt-get update
|
||||||
|
init:
|
||||||
|
- cd ../..
|
||||||
|
- npm install --omit=optional --legacy-peer-deps
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
output: build/outputs/apk/release/app-release-unsigned.apk
|
||||||
|
scanignore:
|
||||||
|
- Nunti/node_modules/jsc-android
|
||||||
|
- Nunti/node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
||||||
|
- Nunti/node_modules/react-native-vector-icons/android/build.gradle
|
||||||
|
- Nunti/node_modules/react-native-safe-area-context/android/build.gradle
|
||||||
|
- Nunti/node_modules/react-native-pager-view/android/build.gradle
|
||||||
|
- Nunti/node_modules/@react-native-community/netinfo/android/build.gradle
|
||||||
|
- Nunti/node_modules/react-native-screens/android/build.gradle
|
||||||
|
- Nunti/node_modules/react-native-bootsplash/android/build.gradle
|
||||||
|
- Nunti/node_modules/react-native-webview/android/build.gradle
|
||||||
|
- Nunti/node_modules/react-native-reanimated/android/build.gradle
|
||||||
|
- Nunti/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||||
|
- Nunti/node_modules/@react-native-masked-view/masked-view/android/build.gradle
|
||||||
|
scandelete:
|
||||||
|
- Nunti/node_modules
|
||||||
|
ndk: r25b
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: v2.5.0
|
CurrentVersion: v2.5.1
|
||||||
CurrentVersionCode: 17
|
CurrentVersionCode: 18
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue