mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Thud to 1.3.1 (11)
This commit is contained in:
parent
0f03dbba48
commit
32b47bd4cf
1 changed files with 20 additions and 2 deletions
|
|
@ -92,7 +92,25 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules/
|
||||
|
||||
- versionName: 1.3.1
|
||||
versionCode: 11
|
||||
commit: cbf69dc4a9d6558732e629aa5e84ea13e96e47ce
|
||||
subdir: android/app/
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- apt-get update
|
||||
- apt-get install -y make npm
|
||||
- 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.3.0
|
||||
CurrentVersionCode: 10
|
||||
CurrentVersion: 1.3.1
|
||||
CurrentVersionCode: 11
|
||||
|
|
|
|||
Loading…
Reference in a new issue