Update Super Productivity to 13.1.0 (1301000000)

This commit is contained in:
F-Droid checkupdates bot 2025-06-18 03:51:31 +00:00 committed by Licaon_Kter
parent c4b0425141
commit 4588474677

View file

@ -294,7 +294,29 @@ Builds:
- node_modules
- .swp
- versionName: 13.1.0
versionCode: 1301000000
commit: 5250d71c30a70f26801e01a85b675d3d17bf7806
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.11
CurrentVersionCode: 1300110000
CurrentVersion: 13.1.0
CurrentVersionCode: 1301000000