Update Droid-ify to 0.6.1 (610)

This commit is contained in:
F-Droid checkupdates bot 2024-01-08 06:48:37 +00:00
parent 6f20859856
commit d24236a610

View file

@ -260,8 +260,21 @@ Builds:
scandelete:
- build-logic/structure/build
- versionName: 0.6.1
versionCode: 610
commit: 2d792c812438e2388b794de5804f20a0b88a6284
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.6.0
CurrentVersionCode: 600
CurrentVersion: 0.6.1
CurrentVersionCode: 610