Update Home Assistant to 2022.6.0 (2398)

This commit is contained in:
F-Droid checkupdates bot 2022-06-10 04:09:31 +00:00
parent 2f5dc66e30
commit c83b3f3c7b

View file

@ -248,6 +248,24 @@ Builds:
's/System.getenv("VERSION_CODE")/"$$VERCODE$$"/' build.gradle.kts
- sed -i -e 's/, ":wear"//' ../settings.gradle.kts
- versionName: 2022.6.0-minimal
versionCode: 2398
commit: 2022.6.0
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk
- update-alternatives --auto java
gradle:
- minimal
rm:
- wear
prebuild:
- cp ../.github/mock-google-services.json google-services.json
- sed -i -e '/-minimal/d' -e 's/System.getenv("VERSION")/"$$VERSION$$"/' -e
's/System.getenv("VERSION_CODE")/"$$VERCODE$$"/' build.gradle.kts
- sed -i -e 's/, ":wear"//' ../settings.gradle.kts
MaintainerNotes: |-
6 versions, due to the rapid release there may be a trailing error
(which bothers only some users) and it takes time to fix.
@ -256,5 +274,5 @@ ArchivePolicy: 6 versions
AutoUpdateMode: Version +-minimal %v
UpdateCheckMode: HTTP
UpdateCheckData: https://github.com/home-assistant/android/releases/latest/download/version_code.txt|(\d+)|https://github.com/home-assistant/android/releases/latest|tree/([\d.]+)"
CurrentVersion: 2022.3.0
CurrentVersionCode: 2164
CurrentVersion: 2022.6.0
CurrentVersionCode: 2398