mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Droid-ify to 0.5.8.3 (583)
This commit is contained in:
parent
1d8494ade3
commit
92e06a9ec6
1 changed files with 13 additions and 2 deletions
|
|
@ -195,8 +195,19 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
||||||
|
- versionName: 0.5.8.3
|
||||||
|
versionCode: 583
|
||||||
|
commit: 41ca539bb4aed019939645a51dcd16283a8f888a
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y openjdk-17-jdk-headless
|
||||||
|
- update-java-alternatives -a
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^v[\d.]+$
|
UpdateCheckMode: Tags ^v[\d.]+$
|
||||||
UpdateCheckData: buildSrc/src/main/kotlin/Android.kt|versionCode\s=\s(\d+)|.|versionName\s=\s"([\d.]+)"
|
UpdateCheckData: buildSrc/src/main/kotlin/Android.kt|versionCode\s=\s(\d+)|.|versionName\s=\s"([\d.]+)"
|
||||||
CurrentVersion: 0.5.8.2
|
CurrentVersion: 0.5.8.3
|
||||||
CurrentVersionCode: 582
|
CurrentVersionCode: 583
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue