mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update ToberQuizz to 1.1.0 (10100)
This commit is contained in:
parent
bcdcab3cdc
commit
28498aff97
1 changed files with 23 additions and 2 deletions
|
|
@ -36,7 +36,28 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules/
|
||||
|
||||
- versionName: 1.1.0
|
||||
versionCode: 10100
|
||||
commit: d7d05a41bf34a1e3f2e61fb1d9513ecccc97ac21
|
||||
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.0.0
|
||||
CurrentVersionCode: 10000
|
||||
CurrentVersion: 1.1.0
|
||||
CurrentVersionCode: 10100
|
||||
|
|
|
|||
Loading…
Reference in a new issue