mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
fix: use nav3 snapshots
This works around a fatal crash that is triggered during configuration changes
This commit is contained in:
parent
6badde13b0
commit
669ec2ad09
3 changed files with 23 additions and 5 deletions
|
@ -60,6 +60,17 @@ composeCompiler {
|
|||
)
|
||||
}
|
||||
|
||||
// TODO: Remove when Nav3 gets a new release
|
||||
configurations.configureEach {
|
||||
resolutionStrategy {
|
||||
eachDependency {
|
||||
if (requested.group == "androidx.lifecycle") {
|
||||
useVersion(libs.versions.lifecycle.get())
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
licensee {
|
||||
allow("Apache-2.0")
|
||||
allow("MIT")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue