mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
Update Nunti to v2.8.0 (24)
This commit is contained in:
parent
9543d81a33
commit
b3a04f522e
1 changed files with 44 additions and 2 deletions
|
|
@ -916,7 +916,49 @@ Builds:
|
|||
- Nunti/node_modules
|
||||
ndk: r25b
|
||||
|
||||
- versionName: v2.8.0
|
||||
versionCode: 24
|
||||
commit: 4f79ef56f8788c0bd5792df90660eac260fe82ee
|
||||
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
|
||||
srclibs:
|
||||
- transistor-background-fetch@4.0.5
|
||||
scanignore:
|
||||
- Nunti/android/build.gradle
|
||||
- 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-async-storage/async-storage/android/build.gradle
|
||||
- Nunti/node_modules/@react-native-masked-view/masked-view/android/build.gradle
|
||||
- Nunti/node_modules/react-native-edge-to-edge/android/build.gradle
|
||||
- Nunti/node_modules/react-native-background-fetch/android/build.gradle
|
||||
scandelete:
|
||||
- Nunti/node_modules
|
||||
build:
|
||||
- pushd $$transistor-background-fetch$$/android/tsbackgroundfetch/
|
||||
- gradle assembleRelease
|
||||
- gradle publishToMavenLocal
|
||||
- popd
|
||||
- mv $$transistor-background-fetch$$/android/tsbackgroundfetch/build/outputs/aar/tsbackgroundfetch-release.aar
|
||||
../../node_modules/react-native-background-fetch/android/libs/com/transistorsoft/tsbackgroundfetch/1.0.4/tsbackgroundfetch-1.0.4.aar
|
||||
ndk: r27b
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: v2.7.2
|
||||
CurrentVersionCode: 23
|
||||
CurrentVersion: v2.8.0
|
||||
CurrentVersionCode: 24
|
||||
|
|
|
|||
Loading…
Reference in a new issue