Update piggybudget to 2.3 (23)

This commit is contained in:
F-Droid Builder 2019-03-04 09:52:08 +00:00 committed by Ciaran Gultnieks
parent f5f5a970a1
commit e859274a79

View file

@ -113,7 +113,29 @@ Builds:
scandelete:
- node_modules/
- versionName: '2.3'
versionCode: 23
commit: v2.3
subdir: android/app
sudo:
- curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.4/node-v8.11.4-linux-x64.tar.xz
- echo "85ea7cbb5bf624e130585bfe3946e99c85ce5cb84c2aee474038bdbe912f908c node.tar.xz"
| sha256sum -c -
- tar xJf node.tar.xz
- cp -a node-v8.11.4-linux-x64/. /usr/local/
init:
- npm install
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
gradle:
- yes
scanignore:
- android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
scandelete:
- node_modules/
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags ^v[a-z0-9.]*$
CurrentVersion: '2.2'
CurrentVersionCode: 22
CurrentVersion: '2.3'
CurrentVersionCode: 23