Update Droid-ify to 0.5.9 Patch 2 (592)

This commit is contained in:
F-Droid checkupdates bot 2023-10-20 08:00:38 +00:00
parent 553c557803
commit f6469cf091

View file

@ -208,8 +208,21 @@ Builds:
scandelete:
- build-logic/structure/build
- versionName: 0.5.9 Patch 2
versionCode: 592
commit: 9b2895ff55cf46e78fd56d2a152b231c57dd5234
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
gradle:
- yes
scandelete:
- build-logic/structure/build
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v[\d.]+$
UpdateCheckData: build-logic/structure/src/main/kotlin/DefaultConfig.kt|versionCode\s=\s(\d+)|.|versionName\s=\s"([^"]+)"
CurrentVersion: 0.5.9 Patch 1
CurrentVersionCode: 591
CurrentVersion: 0.5.9 Patch 2
CurrentVersionCode: 592