mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update Super Productivity to 12.0.5 (1200050000)
This commit is contained in:
parent
7bbec74154
commit
a801c222bc
1 changed files with 24 additions and 2 deletions
|
|
@ -206,7 +206,29 @@ Builds:
|
|||
- node_modules
|
||||
- .swp
|
||||
|
||||
- versionName: 12.0.5
|
||||
versionCode: 1200050000
|
||||
commit: e682cb7f97d05dd4920843081bd72ab9ef674d74
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -t trixie npm openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
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.3
|
||||
CurrentVersionCode: 1200030000
|
||||
CurrentVersion: 12.0.5
|
||||
CurrentVersionCode: 1200050000
|
||||
|
|
|
|||
Loading…
Reference in a new issue