mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update Droid-ify to 0.5.9 Patch 5 (595)
This commit is contained in:
parent
b4fb434074
commit
a65a20f3da
1 changed files with 15 additions and 2 deletions
|
|
@ -234,8 +234,21 @@ Builds:
|
|||
scandelete:
|
||||
- build-logic/structure/build
|
||||
|
||||
- versionName: 0.5.9 Patch 5
|
||||
versionCode: 595
|
||||
commit: 97506623f6a9b5a92134097cebcbc6e5a6d0ef27
|
||||
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 4
|
||||
CurrentVersionCode: 594
|
||||
CurrentVersion: 0.5.9 Patch 5
|
||||
CurrentVersionCode: 595
|
||||
|
|
|
|||
Loading…
Reference in a new issue