Update Super Productivity to 12.0.2 (1200020000)

This commit is contained in:
F-Droid checkupdates bot 2025-04-04 05:31:41 +00:00 committed by linsui
parent beafc19b9f
commit 51d68dba02

View file

@ -184,7 +184,29 @@ Builds:
- node_modules
- .swp
- versionName: 12.0.2
versionCode: 1200020000
commit: c0eef42faf64995f1a2524bb99984d59cc32d8dd
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.1
CurrentVersionCode: 1200010000
CurrentVersion: 12.0.2
CurrentVersionCode: 1200020000