mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-21 13:24:53 +00:00
Update Home Assistant to 2025.6.6 (16662)
This commit is contained in:
parent
f71dd988e6
commit
5083f3a66e
1 changed files with 25 additions and 2 deletions
|
|
@ -771,6 +771,29 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- build-logic
|
- build-logic
|
||||||
|
|
||||||
|
- versionName: 2025.6.6-minimal
|
||||||
|
versionCode: 16662
|
||||||
|
commit: 2025.6.6
|
||||||
|
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: |-
|
MaintainerNotes: |-
|
||||||
6 versions, due to the rapid release there may be a trailing error
|
6 versions, due to the rapid release there may be a trailing error
|
||||||
(which bothers only some users) and it takes time to fix.
|
(which bothers only some users) and it takes time to fix.
|
||||||
|
|
@ -779,5 +802,5 @@ ArchivePolicy: 6
|
||||||
AutoUpdateMode: Version +-minimal %v
|
AutoUpdateMode: Version +-minimal %v
|
||||||
UpdateCheckMode: HTTP
|
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.]+)"
|
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.5.3
|
CurrentVersion: 2025.6.6
|
||||||
CurrentVersionCode: 16170
|
CurrentVersionCode: 16662
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue