mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update Droid-ify to 0.5.9 Patch 2 (592)
This commit is contained in:
parent
553c557803
commit
f6469cf091
1 changed files with 15 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue