Update Super Productivity to 13.0.7 (1300070000)

This commit is contained in:
F-Droid checkupdates bot 2025-05-16 03:50:47 +00:00 committed by Licaon_Kter
parent f99972cfcd
commit 3124c90203

View file

@ -250,7 +250,29 @@ Builds:
- node_modules
- .swp
- versionName: 13.0.7
versionCode: 1300070000
commit: 0877a2e8cacf779b496547349cb8a56cfc4b527d
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: 13.0.4
CurrentVersionCode: 1300040000
CurrentVersion: 13.0.7
CurrentVersionCode: 1300070000