mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Nunti to v2.7.2 (23)
This commit is contained in:
parent
0e9ddf7587
commit
550c489f1c
1 changed files with 34 additions and 2 deletions
|
|
@ -915,7 +915,39 @@ Builds:
|
||||||
- Nunti/node_modules
|
- Nunti/node_modules
|
||||||
ndk: r25b
|
ndk: r25b
|
||||||
|
|
||||||
|
- versionName: v2.7.2
|
||||||
|
versionCode: 23
|
||||||
|
commit: c46727d36e96413a8657a52e2a284aa8012e55b7
|
||||||
|
subdir: Nunti/android/app
|
||||||
|
sudo:
|
||||||
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install npm
|
||||||
|
- npm install -g yarn
|
||||||
|
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.7.1
|
CurrentVersion: v2.7.2
|
||||||
CurrentVersionCode: 22
|
CurrentVersionCode: 23
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue