mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update Nunti to v2.0.0 (11)
This commit is contained in:
parent
d7647189e1
commit
7b74fed0c6
1 changed files with 44 additions and 2 deletions
|
|
@ -526,7 +526,49 @@ Builds:
|
|||
- Nunti/node_modules
|
||||
ndk: r23
|
||||
|
||||
- versionName: v2.0.0
|
||||
versionCode: 11
|
||||
commit: 3fbc213a7e449617b14209a3c5491599050ca904
|
||||
subdir: Nunti/android/app
|
||||
sudo:
|
||||
- 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
|
||||
- cp -a node-v16.13.1-linux-x64/. /usr/local/
|
||||
- rm -rf node-v16.13.1-linux-x64/ node.tar.xz
|
||||
- npm --global install yarn
|
||||
init:
|
||||
- cd ../..
|
||||
- npm install --no-optional
|
||||
gradle:
|
||||
- yes
|
||||
output: build/outputs/apk/release/app-release-unsigned.apk
|
||||
prebuild: echo -e "android { packagingOptions { pickFirst 'lib/**/*.so' } }" >>
|
||||
build.gradle
|
||||
scanignore:
|
||||
- Nunti/android/build.gradle
|
||||
- Nunti/node_modules/jsc-android
|
||||
- Nunti/node_modules/react-native/android
|
||||
- Nunti/node_modules/hermes-engine
|
||||
- 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: v1.7.0
|
||||
CurrentVersionCode: 10
|
||||
CurrentVersion: v2.0.0
|
||||
CurrentVersionCode: 11
|
||||
|
|
|
|||
Loading…
Reference in a new issue