mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Nunti to v2.3.0 (15)
This commit is contained in:
parent
85572de0c8
commit
26a325722b
1 changed files with 38 additions and 2 deletions
|
|
@ -641,7 +641,43 @@ Builds:
|
||||||
- Nunti/node_modules
|
- Nunti/node_modules
|
||||||
ndk: r23
|
ndk: r23
|
||||||
|
|
||||||
|
- versionName: v2.3.0
|
||||||
|
versionCode: 15
|
||||||
|
commit: 745f75e0c5b16da4e3f9a1d49cb66ded12017650
|
||||||
|
subdir: Nunti/android/app
|
||||||
|
sudo:
|
||||||
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
||||||
|
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 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/android/build.gradle
|
||||||
|
- Nunti/node_modules/jsc-android
|
||||||
|
- Nunti/node_modules/react-native/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-community/masked-view/android/build.gradle
|
||||||
|
- Nunti/node_modules/react-native-screens/android/build.gradle
|
||||||
|
- Nunti/node_modules/react-native/ReactAndroid/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
|
||||||
|
scandelete:
|
||||||
|
- Nunti/node_modules
|
||||||
|
ndk: r23
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: v2.2.0
|
CurrentVersion: v2.3.0
|
||||||
CurrentVersionCode: 14
|
CurrentVersionCode: 15
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue