Update metro to v1.1.1 (#6832)
* Update metro to v1.1.1 * Fix `@ContributesBinding` usage with `@AssistedInject` in `DefaultVideoMetadataExtractor` --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jorge Martín <jorgem@element.io>
This commit is contained in:
parent
981b356721
commit
1721e49a07
2 changed files with 1 additions and 2 deletions
|
|
@ -30,7 +30,6 @@ interface VideoMetadataExtractor : AutoCloseable {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ContributesBinding(AppScope::class)
|
|
||||||
@AssistedInject
|
@AssistedInject
|
||||||
class DefaultVideoMetadataExtractor(
|
class DefaultVideoMetadataExtractor(
|
||||||
@ApplicationContext private val context: Context,
|
@ApplicationContext private val context: Context,
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@ haze = "1.7.2"
|
||||||
dependencyAnalysis = "3.11.0"
|
dependencyAnalysis = "3.11.0"
|
||||||
|
|
||||||
# DI
|
# DI
|
||||||
metro = "1.0.0"
|
metro = "1.1.1"
|
||||||
|
|
||||||
# Auto service
|
# Auto service
|
||||||
autoservice = "1.1.1"
|
autoservice = "1.1.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue