Update Home Assistant to 2025.11.3 (18924)

This commit is contained in:
checkupdates bot 2025-11-18 05:18:27 +00:00 committed by linsui
parent 96ecaf3091
commit 019f7035ac

View file

@ -895,6 +895,37 @@ Builds:
scandelete:
- build-logic
- versionName: 2025.11.3-minimal
versionCode: 18924
commit: 2025.11.3
subdir: app
gradle:
- minimal
rm:
- automotive
- wear
prebuild:
- export VERSION_NO_FLAVOR="$(echo '$$VERSION$$' | sed 's/-minimal$//')"
- export RELEASE_URL="https://github.com/home-assistant/android/releases/download/${VERSION_NO_FLAVOR}/"
- curl -L -f "${RELEASE_URL}strings.zip" -o ../strings.zip
- unzip -n ../strings.zip -d ..
- rm -rf ../strings.zip
- curl -L -f "${RELEASE_URL}locales_config.xml" -o ../app/src/main/res/xml/locales_config.xml
- cp ../.github/mock-google-services.json google-services.json
- sed -i -e '/firebaseAppDistributionDefault {/,/}/d' -e '/firebase/d' -e '/com.google.gms/d'
-e '/google.services/d' -e '/googleServices {/,/}/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
- sed -i -e '/implementation(libs.kotlinx.coroutines.play.services)/d' -e '/implementation(libs.play.services.wearable)/d'
../testing-unit/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.
@ -902,5 +933,5 @@ MaintainerNotes: |-
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.11.1
CurrentVersionCode: 18678
CurrentVersion: 2025.11.3
CurrentVersionCode: 18924