Update Open Pros & Cons to 1.1.0 (10100)

This commit is contained in:
F-Droid checkupdates bot 2021-12-29 04:23:14 +00:00
parent 09be90f7a8
commit 9febc1e1b9

View file

@ -35,7 +35,28 @@ Builds:
scandelete:
- node_modules/
- versionName: 1.1.0
versionCode: 10100
commit: 29b36003e35cc95e033a8dddc5d9005a4e266a16
subdir: android/app
sudo:
- curl -Lo node.tar.xz https://nodejs.org/download/release/v16.3.0/node-v16.3.0-linux-x64.tar.xz
- echo "5347ece975747e4d9768d4ed3f8b2220c955ac01f8a695347cd7f71ff5efa318 node.tar.xz"
| sha256sum -c -
- tar xJf node.tar.xz
- cp -a node-v16.3.0-linux-x64/. /usr/local/
- npm install -g yarn
gradle:
- yes
prebuild:
- cd ../..
- yarn install
- PUBLIC_URL=. yarn build
- npx cap sync android
scandelete:
- node_modules/
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.0.0
CurrentVersionCode: 10000
CurrentVersion: 1.1.0
CurrentVersionCode: 10100