mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update ToberQuizz to 1.3.1 (10301)
This commit is contained in:
parent
6f6f183c22
commit
d90efe0fcb
1 changed files with 25 additions and 2 deletions
|
|
@ -124,7 +124,30 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules/
|
||||
|
||||
- versionName: 1.3.1
|
||||
versionCode: 10301
|
||||
commit: c54cf52e02976e4f89641f1ccf412837af504cfb
|
||||
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 --strip-components=1 -C /usr/local/
|
||||
- npm install -g yarn
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
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.3.0
|
||||
CurrentVersionCode: 10300
|
||||
CurrentVersion: 1.3.1
|
||||
CurrentVersionCode: 10301
|
||||
|
|
|
|||
Loading…
Reference in a new issue