mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
fix(gradle): downgrade Glance back to v1.0.0
This is resulting in some weird miscompilation that results in release builds having an unitialized `viewModel` field in `WidgetReceiver` which indicates a miscompilation of the Whetstone code surrounding it.
This commit is contained in:
parent
8d78e1910a
commit
719d317263
2 changed files with 7 additions and 3 deletions
8
.github/renovate.json5
vendored
8
.github/renovate.json5
vendored
|
@ -33,8 +33,6 @@
|
|||
"matchPackagePatterns": [
|
||||
"^androidx.*",
|
||||
],
|
||||
"matchPackageNames": [
|
||||
],
|
||||
"groupName": "AndroidX"
|
||||
},
|
||||
{
|
||||
|
@ -50,6 +48,12 @@
|
|||
],
|
||||
"allowedVersions": "!/.*-1-8$/",
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
"^androidx.glance",
|
||||
],
|
||||
"allowedVersions": "<=1.0.0",
|
||||
},
|
||||
],
|
||||
"regexManagers": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue