Update ToberQuizz to 1.3.0 (10300)

This commit is contained in:
F-Droid checkupdates bot 2022-05-02 04:36:37 +00:00
parent d4b4fa7a02
commit 122333b255

View file

@ -101,7 +101,28 @@ Builds:
scandelete:
- node_modules/
- versionName: 1.3.0
versionCode: 10300
commit: 05d70f72bb75b5fff5be5e1c492f55234da41953
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
- yarn build --mode app
- npx cap sync android
scandelete:
- node_modules/
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.2.0
CurrentVersionCode: 10200
CurrentVersion: 1.3.0
CurrentVersionCode: 10300