mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 10:11:43 +00:00
Update Super Productivity to 15.3.0 (1503000000)
This commit is contained in:
parent
eb9dc9317b
commit
1d990eee73
1 changed files with 30 additions and 2 deletions
|
|
@ -851,7 +851,35 @@ Builds:
|
||||||
- src/assets/test-plugin.zip
|
- src/assets/test-plugin.zip
|
||||||
- .swp
|
- .swp
|
||||||
|
|
||||||
|
- versionName: 15.3.0
|
||||||
|
versionCode: 1503000000
|
||||||
|
commit: 595a396d81c8b8673a4833e1bc248d3c5a7f8baa
|
||||||
|
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
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
prebuild:
|
||||||
|
- cd ../..
|
||||||
|
- sed -i -e "s/getEnv('UNSPLASH_KEY')/''/" src/app/core/unsplash/unsplash.service.ts
|
||||||
|
- npm install --build-from-source
|
||||||
|
- npm run buildFrontend:prodWeb
|
||||||
|
- npm run sync:android
|
||||||
|
scanignore:
|
||||||
|
- android/app/src/main/assets/public/assets/test-plugin.zip
|
||||||
|
scandelete:
|
||||||
|
- node_modules
|
||||||
|
- packages/plugin-dev/node_modules
|
||||||
|
- packages/plugin-dev/ai-productivity-prompts/node_modules
|
||||||
|
- dist/browser/assets/test-plugin.zip
|
||||||
|
- src/assets/test-plugin.zip
|
||||||
|
- .swp
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^v(?!11.0.3)[\d.]+$
|
UpdateCheckMode: Tags ^v(?!11.0.3)[\d.]+$
|
||||||
CurrentVersion: 15.2.16
|
CurrentVersion: 15.3.0
|
||||||
CurrentVersionCode: 1502160000
|
CurrentVersionCode: 1503000000
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue