From 22ce072727ac5d523897cfd50f08d29ba79eee7b Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Tue, 13 Jun 2023 14:23:11 +0000 Subject: [PATCH] Update Home Assistant to 2023.6.0 (10170) --- ...omeassistant.companion.android.minimal.yml | 21 +++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/metadata/io.homeassistant.companion.android.minimal.yml b/metadata/io.homeassistant.companion.android.minimal.yml index 79def3c55b..666f5debe1 100644 --- a/metadata/io.homeassistant.companion.android.minimal.yml +++ b/metadata/io.homeassistant.companion.android.minimal.yml @@ -384,6 +384,23 @@ Builds: - sed -i -e '/firebase/d' -e '/com.google.gms/d' ../build.gradle.kts - sed -i -e 's/, ":wear"//' ../settings.gradle.kts + - versionName: 2023.6.0-minimal + versionCode: 10170 + commit: 2023.6.0 + subdir: app + 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 '//,/}/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: |- 6 versions, due to the rapid release there may be a trailing error (which bothers only some users) and it takes time to fix. @@ -392,5 +409,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: 2023.3.0 -CurrentVersionCode: 3260 +CurrentVersion: 2023.6.0 +CurrentVersionCode: 10170