mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update Nunti to v2.2.0 (14)
This commit is contained in:
parent
5e0c49c4d3
commit
b369748180
1 changed files with 41 additions and 2 deletions
|
|
@ -657,7 +657,46 @@ Builds:
|
|||
- Nunti/node_modules
|
||||
ndk: r23
|
||||
|
||||
- versionName: v2.2.0
|
||||
versionCode: 14
|
||||
commit: 64adc5b35eae032ee87d00086f135de08f707194
|
||||
subdir: Nunti/android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -t stretch-backports openjdk-11-jdk-headless openjdk-11-jre-headless
|
||||
- update-alternatives --auto java
|
||||
- curl -Lo node.tar.xz https://nodejs.org/dist/v16.13.1/node-v16.13.1-linux-x64.tar.xz
|
||||
- echo "a3721f87cecc0b52b0be8587c20776ac7305db413751db02c55aa2bffac15198 node.tar.xz"
|
||||
| sha256sum -c -
|
||||
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
|
||||
- npm --global install yarn
|
||||
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 %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: v2.1.0
|
||||
CurrentVersionCode: 13
|
||||
CurrentVersion: v2.2.0
|
||||
CurrentVersionCode: 14
|
||||
|
|
|
|||
Loading…
Reference in a new issue