Update Home Assistant to 2025.8.7 (17352)

This commit is contained in:
checkupdates bot 2025-08-23 04:58:51 +00:00 committed by Licaon_Kter
parent 5de5e249bb
commit 6734d7d9db

View file

@ -817,6 +817,29 @@ Builds:
scandelete:
- build-logic
- versionName: 2025.8.7-minimal
versionCode: 17352
commit: 2025.8.7
subdir: app
gradle:
- minimal
rm:
- automotive
- wear
prebuild:
- cp ../.github/mock-google-services.json google-services.json
- sed -i -e '/firebaseAppDistribution {/,/}/d' -e '/firebase/d' -e '/com.google.gms/d'
-e '/google.services/d' -e '/<GoogleServicesPluginConfig>/,/}/d' build.gradle.kts
- sed -i -e '/firebase/d' -e '/google.services/d' ../build.gradle.kts
- sed -i -e 's/, ":wear", ":automotive"//' ../settings.gradle.kts
- sed -i -e '/-minimal/d' ../build-logic/convention/src/main/kotlin/AndroidFullMinimalFlavorConventionPlugin.kt
- sed -i -e 's/project.version.toString()/"$$VERSION$$"/' -e 's/System.getenv("VERSION_CODE")/"$$VERCODE$$"/'
-e '/signingConfigs {/,+9d' -e '/signingConfigs/d' ../build-logic/convention/src/main/kotlin/AndroidApplicationConventionPlugin.kt
- sed -i -e 's/val versionName = .*/val versionName = "$$VERSION$$"/' -e 's/val
versionCode = .*/val versionCode = $$VERCODE$$/' ../common/build.gradle.kts
scandelete:
- build-logic
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.
@ -825,5 +848,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: 2025.7.1
CurrentVersionCode: 16758
CurrentVersion: 2025.8.7
CurrentVersionCode: 17352