mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Thud to 1.3.0 (10)
This commit is contained in:
parent
04a78fe202
commit
70ae6a3bdc
1 changed files with 22 additions and 2 deletions
|
|
@ -74,7 +74,27 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules/
|
||||
|
||||
- versionName: 1.3.0
|
||||
versionCode: 10
|
||||
commit: a41876d891bd8d02b0c6049a36fedb3871fb20e7
|
||||
subdir: android/app/
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- curl -Lo node.tar.gz https://nodejs.org/download/release/v18.12.1/node-v18.12.1-linux-x64.tar.gz
|
||||
- echo "a8fcacb8033504e6d704bdee821f7005ee3774db25c799bcf2a13b5bda7de172 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm install -g @ionic/cli
|
||||
init:
|
||||
- cd ../..
|
||||
- npm install --build-from-source
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: ionic cap sync
|
||||
scandelete:
|
||||
- node_modules/
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.2.1
|
||||
CurrentVersionCode: 8
|
||||
CurrentVersion: 1.3.0
|
||||
CurrentVersionCode: 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue