homeassistant - beta and repro fix

This commit is contained in:
Licaon_Kter 2025-05-08 18:31:52 +03:00
parent 4fd2249477
commit 464f0d9559

View file

@ -725,6 +725,29 @@ Builds:
scandelete:
- build-logic
- versionName: 2025.5.1-minimal
versionCode: 16056
commit: 2025.5.1
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: |-
6 versions, due to the rapid release there may be a trailing error
(which bothers only some users) and it takes time to fix.