mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Home Assistant to 2022.10.2 (2770)
This commit is contained in:
parent
141925f854
commit
8bc9c82c32
1 changed files with 23 additions and 2 deletions
|
|
@ -299,6 +299,27 @@ Builds:
|
||||||
- sed -i -e '/firebase/d' -e '/com.google.gms/d' ../build.gradle.kts
|
- sed -i -e '/firebase/d' -e '/com.google.gms/d' ../build.gradle.kts
|
||||||
- sed -i -e 's/, ":wear"//' ../settings.gradle.kts
|
- sed -i -e 's/, ":wear"//' ../settings.gradle.kts
|
||||||
|
|
||||||
|
- versionName: 2022.10.2-minimal
|
||||||
|
versionCode: 2770
|
||||||
|
commit: 2022.10.2
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- minimal
|
||||||
|
rm:
|
||||||
|
- wear
|
||||||
|
prebuild:
|
||||||
|
- cp ../.github/mock-google-services.json google-services.json
|
||||||
|
- sed -i -e '/-minimal/d' -e 's/System.getenv("VERSION")/"$$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"//' ../settings.gradle.kts
|
||||||
|
|
||||||
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.
|
||||||
|
|
@ -307,5 +328,5 @@ ArchivePolicy: 6 versions
|
||||||
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: 2022.10.1
|
CurrentVersion: 2022.10.2
|
||||||
CurrentVersionCode: 2764
|
CurrentVersionCode: 2770
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue