mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Super Productivity to 11.1.3 (1101030000)
This commit is contained in:
parent
36cf717e66
commit
4b9dde2a47
1 changed files with 22 additions and 2 deletions
|
|
@ -124,7 +124,27 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules
|
||||
|
||||
- versionName: 11.1.3
|
||||
versionCode: 1101030000
|
||||
commit: d0f2fa1f237b2f912abf6488e95ba38ae0651e62
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- apt-get update
|
||||
- apt-get install -y npm
|
||||
init:
|
||||
- cd ../..
|
||||
- npm install --build-from-source
|
||||
- npm run build
|
||||
- npx cap sync
|
||||
gradle:
|
||||
- fdroid
|
||||
output: build/outputs/apk/fdroid/release/app-fdroid-release-unsigned.apk
|
||||
scandelete:
|
||||
- node_modules
|
||||
- .swp
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v(?!11.0.3)[\d.]+$
|
||||
CurrentVersion: 11.1.2
|
||||
CurrentVersionCode: 1101020000
|
||||
CurrentVersion: 11.1.3
|
||||
CurrentVersionCode: 1101030000
|
||||
|
|
|
|||
Loading…
Reference in a new issue