mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
Update Prayer Book to 0.3.0 (5)
This commit is contained in:
parent
564fe91224
commit
f11d098a4b
1 changed files with 23 additions and 2 deletions
|
|
@ -80,9 +80,30 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules
|
||||
|
||||
- versionName: 0.3.0
|
||||
versionCode: 5
|
||||
commit: f6cc2c9137b9e4fe648b01dc95873cde74b9201c
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- curl -Lo node.tar.gz https://nodejs.org/download/release/v19.3.0/node-v19.3.0-linux-x64.tar.gz
|
||||
- echo "b525028ae5bb71b5b32cb7fce903ccce261dbfef4c7dd0f3e0ffc27cd6fc0b3f node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
init:
|
||||
- cd ../..
|
||||
- npm install
|
||||
- npm run build
|
||||
- npx cap sync android
|
||||
gradle:
|
||||
- yes
|
||||
scandelete:
|
||||
- node_modules
|
||||
|
||||
AllowedAPKSigningKeys: f5f597716444fd6672f0a011ebe96b1356e37b28866489c664139c6027a8cc14
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.2.0
|
||||
CurrentVersionCode: 4
|
||||
CurrentVersion: 0.3.0
|
||||
CurrentVersionCode: 5
|
||||
|
|
|
|||
Loading…
Reference in a new issue