Update Zeus to 0.5.1 (24)

This commit is contained in:
F-Droid checkupdates bot 2021-03-27 03:21:42 +00:00
parent 91190428e3
commit f681b3ec3c

View file

@ -98,7 +98,40 @@ Builds:
scandelete:
- node_modules
- versionName: 0.5.1
versionCode: 24
commit: v0.5.1
subdir: android/app
sudo:
- apt-get update || apt-get update
- apt-get install -y --no-install-recommends -t stretch-backports npm
init:
- npm install
- npm run patch-android-release
gradle:
- yes
output: build/outputs/apk/release/app-universal-release-unsigned.apk
prebuild: echo -e '\n' 'org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError
-Dfile.encoding=UTF-8' >> ../gradle.properties
scanignore:
- android/build.gradle
- node_modules/jsc-android
- node_modules/react-native/android
- node_modules/@react-native-community/async-storage/android/build.gradle
- node_modules/@react-native-community/masked-view/android/build.gradle
- node_modules/react-native-gesture-handler/android/lib/build.gradle
- node_modules/react-native-permissions/android/build.gradle
- node_modules/react-native-reanimated/android/build.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/react-native-secure-key-store/example/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native/template/android/build.gradle
- node_modules/@react-navigation/native/node_modules/react-native-screens/android/build.gradle
scandelete:
- node_modules
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags .*[0-9]$
CurrentVersion: 0.5.0
CurrentVersionCode: 23
CurrentVersion: 0.5.1
CurrentVersionCode: 24