mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Droid-ify to 0.5.9 Patch 4 (594)
This commit is contained in:
parent
ba1b701a41
commit
f36192da5f
1 changed files with 15 additions and 2 deletions
|
|
@ -234,8 +234,21 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- build-logic/structure/build
|
- build-logic/structure/build
|
||||||
|
|
||||||
|
- versionName: 0.5.9 Patch 4
|
||||||
|
versionCode: 594
|
||||||
|
commit: e8b2bf731d083dc5a165145c80e09d47ad388da8
|
||||||
|
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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^v[\d.]+$
|
UpdateCheckMode: Tags ^v[\d.]+$
|
||||||
UpdateCheckData: build-logic/structure/src/main/kotlin/DefaultConfig.kt|versionCode\s=\s(\d+)|.|versionName\s=\s"([^"]+)"
|
UpdateCheckData: build-logic/structure/src/main/kotlin/DefaultConfig.kt|versionCode\s=\s(\d+)|.|versionName\s=\s"([^"]+)"
|
||||||
CurrentVersion: 0.5.9 Patch 3
|
CurrentVersion: 0.5.9 Patch 4
|
||||||
CurrentVersionCode: 593
|
CurrentVersionCode: 594
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue