mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-09 05:48:06 +00:00
Update Super Productivity to 12.0.1 (1200010000)
This commit is contained in:
parent
afe73b067d
commit
6dd90f192e
1 changed files with 22 additions and 2 deletions
|
|
@ -164,7 +164,27 @@ Builds:
|
|||
- node_modules
|
||||
- .swp
|
||||
|
||||
- versionName: 12.0.1
|
||||
versionCode: 1200010000
|
||||
commit: 0684809242683195a098cb07bcacba6c585f35ea
|
||||
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: 12.0.0
|
||||
CurrentVersionCode: 1200000000
|
||||
CurrentVersion: 12.0.1
|
||||
CurrentVersionCode: 1200010000
|
||||
|
|
|
|||
Loading…
Reference in a new issue