Update Nunti to v2.0.1 (12)

This commit is contained in:
F-Droid checkupdates bot 2022-08-31 04:02:21 +00:00
parent 361d81e296
commit 28ffdc9fc3

View file

@ -578,7 +578,58 @@ Builds:
../../node_modules/react-native-background-fetch/android/libs/com/transistorsoft/tsbackgroundfetch/0.5.5/tsbackgroundfetch-0.5.5.jar
ndk: r23
- versionName: v2.0.1
versionCode: 12
commit: 8f91434a70d3235f7290631d84af173c69db23b0
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
srclibs:
- transistor-background-fetch@1882065423f60d53dab80ef8e8ee2a5d5c7db9a1
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
- Nunti/node_modules/react-native-background-fetch/android/build.gradle
scandelete:
- Nunti/node_modules
build:
- pushd $$transistor-background-fetch$$/android/tsbackgroundfetch/
- gradle assembleRelease
- popd
- mv $$transistor-background-fetch$$/android/tsbackgroundfetch/build/intermediates/aar_main_jar/release/classes.jar
../../node_modules/react-native-background-fetch/android/libs/com/transistorsoft/tsbackgroundfetch/0.5.5/tsbackgroundfetch-0.5.5.jar
ndk: r23
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: v2.0.0
CurrentVersionCode: 11
CurrentVersion: v2.0.1
CurrentVersionCode: 12