Update Home Assistant to 2022.11.0 (2948)

This commit is contained in:
F-Droid checkupdates bot 2022-11-23 13:53:04 +00:00
parent 2cd2a4e43b
commit 7445a16e47

View file

@ -316,6 +316,23 @@ Builds:
- sed -i -e '/firebase/d' -e '/com.google.gms/d' ../build.gradle.kts
- sed -i -e 's/, ":wear"//' ../settings.gradle.kts
- versionName: 2022.11.0-minimal
versionCode: 2948
commit: 2022.11.0
subdir: app
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$$"/' -e '/firebaseAppDistribution
{/,/}/d' -e '/firebase/d' -e '/com.google.gms/d' -e '/<GoogleServicesPluginConfig>/,/}/d'
build.gradle.kts
- sed -i -e '/firebase/d' -e '/com.google.gms/d' ../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.
@ -324,5 +341,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.10.2
CurrentVersionCode: 2770
CurrentVersion: 2022.11.0
CurrentVersionCode: 2948