mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update ToberQuizz to 1.1.1 (10101)
This commit is contained in:
parent
a123ae150e
commit
35e4022752
1 changed files with 23 additions and 2 deletions
|
|
@ -57,7 +57,28 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules/
|
||||
|
||||
- versionName: 1.1.1
|
||||
versionCode: 10101
|
||||
commit: 32ecc1f517de0bb4c23ccdcaf96c54bf572ec666
|
||||
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.1.0
|
||||
CurrentVersionCode: 10100
|
||||
CurrentVersion: 1.1.1
|
||||
CurrentVersionCode: 10101
|
||||
|
|
|
|||
Loading…
Reference in a new issue