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