mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-09 07:36:58 +00:00
Update Super Productivity to 11.1.2 (1101020000)
This commit is contained in:
parent
f0f634fa93
commit
3ff71cf9ce
1 changed files with 21 additions and 2 deletions
|
|
@ -105,7 +105,26 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules
|
||||
|
||||
- versionName: 11.1.2
|
||||
versionCode: 1101020000
|
||||
commit: d71bc0988f42f001d6f05b51fd91b0dc30937bb2
|
||||
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
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v(?!11.0.3)[\d.]+$
|
||||
CurrentVersion: 11.1.1
|
||||
CurrentVersionCode: 1101010000
|
||||
CurrentVersion: 11.1.2
|
||||
CurrentVersionCode: 1101020000
|
||||
|
|
|
|||
Loading…
Reference in a new issue