mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update Nunti to v2.4.0 (16)
This commit is contained in:
parent
eba8ddc29d
commit
6dbafc5805
1 changed files with 36 additions and 2 deletions
|
|
@ -675,7 +675,41 @@ Builds:
|
|||
- Nunti/node_modules
|
||||
ndk: r23b
|
||||
|
||||
- versionName: v2.4.0
|
||||
versionCode: 16
|
||||
commit: 4d7f42c45dfaf6f5f36a280131b1f21c62e96bcf
|
||||
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
|
||||
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: r23b
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: v2.3.0
|
||||
CurrentVersionCode: 15
|
||||
CurrentVersion: v2.4.0
|
||||
CurrentVersionCode: 16
|
||||
|
|
|
|||
Loading…
Reference in a new issue