mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update Droid-ify to 0.5.9 Patch 3 (593)
This commit is contained in:
parent
804f3e7df8
commit
68e7504d3b
1 changed files with 15 additions and 2 deletions
|
|
@ -221,8 +221,21 @@ Builds:
|
|||
scandelete:
|
||||
- build-logic/structure/build
|
||||
|
||||
- versionName: 0.5.9 Patch 3
|
||||
versionCode: 593
|
||||
commit: 837414d62e21f91dbff01ca7f86c501c15d38ed6
|
||||
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 2
|
||||
CurrentVersionCode: 592
|
||||
CurrentVersion: 0.5.9 Patch 3
|
||||
CurrentVersionCode: 593
|
||||
|
|
|
|||
Loading…
Reference in a new issue