Update Home Assistant to 2023.12.4 (11898)

This commit is contained in:
F-Droid checkupdates bot 2023-12-27 12:02:56 +00:00
parent 4f9a32bac6
commit f600b3abb4

View file

@ -494,6 +494,28 @@ Builds:
- sed -i -e '/firebase/d' -e '/com.google.gms/d' ../build.gradle.kts
- sed -i -e 's/, ":wear", ":automotive"//' ../settings.gradle.kts
- versionName: 2023.12.4-minimal
versionCode: 11898
commit: 2023.12.4
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
gradle:
- minimal
rm:
- automotive
- wear
prebuild:
- cp ../.github/mock-google-services.json google-services.json
- sed -i -e '/-minimal/d' -e 's/project.version.toString()/"$$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", ":automotive"//' ../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.
@ -502,5 +524,5 @@ ArchivePolicy: 6
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: 2023.10.2
CurrentVersionCode: 11484
CurrentVersion: 2023.12.4
CurrentVersionCode: 11898