Update Super Productivity to 13.1.5 (1301050000)

This commit is contained in:
F-Droid checkupdates bot 2025-06-23 03:50:41 +00:00 committed by Licaon_Kter
parent ad9bb01bf1
commit a08ddab1c8

View file

@ -338,7 +338,29 @@ Builds:
- node_modules
- .swp
- versionName: 13.1.5
versionCode: 1301050000
commit: 0b3cdb5f9c34f5884241185e29b8a6b5f43d5129
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.1.2
CurrentVersionCode: 1301020000
CurrentVersion: 13.1.5
CurrentVersionCode: 1301050000