mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 03:57:13 +00:00
Update Home Assistant to 2024.9.4 (13806)
This commit is contained in:
parent
58406fe832
commit
fc0054d1b4
1 changed files with 20 additions and 2 deletions
|
|
@ -632,6 +632,24 @@ Builds:
|
|||
- sed -i -e '/firebase/d' -e '/com.google.gms/d' ../build.gradle.kts
|
||||
- sed -i -e 's/, ":wear", ":automotive"//' ../settings.gradle.kts
|
||||
|
||||
- versionName: 2024.9.4-minimal
|
||||
versionCode: 13806
|
||||
commit: 2024.9.4
|
||||
subdir: app
|
||||
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.
|
||||
|
|
@ -640,5 +658,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: 2024.7.3
|
||||
CurrentVersionCode: 13278
|
||||
CurrentVersion: 2024.9.4
|
||||
CurrentVersionCode: 13806
|
||||
|
|
|
|||
Loading…
Reference in a new issue