mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 14:17:26 +00:00
Update Super Productivity to 12.0.0 (1200000000)
This commit is contained in:
parent
cd679f27b0
commit
d12c5d3482
1 changed files with 22 additions and 2 deletions
|
|
@ -144,7 +144,27 @@ Builds:
|
|||
- node_modules
|
||||
- .swp
|
||||
|
||||
- versionName: 12.0.0
|
||||
versionCode: 1200000000
|
||||
commit: c4a634155a6c4b645b52c76f6f78ad3ae501efe9
|
||||
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.3
|
||||
CurrentVersionCode: 1101030000
|
||||
CurrentVersion: 12.0.0
|
||||
CurrentVersionCode: 1200000000
|
||||
|
|
|
|||
Loading…
Reference in a new issue