Update Zeus to 0.2.2 (16)

This commit is contained in:
F-Droid Builder 2020-05-10 08:49:15 +00:00
parent 09bae4b594
commit 183ca6c44a

View file

@ -139,7 +139,26 @@ Builds:
scandelete:
- node_modules
- versionName: 0.2.2
versionCode: 16
commit: v0.2.2
subdir: android/app
sudo:
- apt-get update
- apt-get install -y --no-install-recommends -t stretch-backports npm
init:
- npm install
- npm run patch-android-release
gradle:
- yes
prebuild: truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
scanignore:
- android/build.gradle
- node_modules/react-native-screens/android/build.gradle
scandelete:
- node_modules
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags .*[0-9]$
CurrentVersion: 0.2.1
CurrentVersionCode: 15
CurrentVersion: 0.2.2
CurrentVersionCode: 16