Update Droid-ify to 0.5.8.2 (582)

This commit is contained in:
F-Droid checkupdates bot 2023-08-24 07:31:07 +00:00
parent 28fd50a445
commit 7ffdf304d9

View file

@ -184,8 +184,19 @@ Builds:
gradle:
- yes
- versionName: 0.5.8.2
versionCode: 582
commit: d14423c30c539deffa7d1c839df1df1153ce4ad2
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
gradle:
- yes
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v[\d.]+$
UpdateCheckData: buildSrc/src/main/kotlin/Android.kt|versionCode\s=\s(\d+)|.|versionName\s=\s"([\d.]+)"
CurrentVersion: 0.5.8.1
CurrentVersionCode: 581
CurrentVersion: 0.5.8.2
CurrentVersionCode: 582