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
dea808ce8d
commit
eed183be53
2 changed files with 1 additions and 2 deletions
|
|
@ -30,7 +30,6 @@ interface VideoMetadataExtractor : AutoCloseable {
|
|||
}
|
||||
}
|
||||
|
||||
@ContributesBinding(AppScope::class)
|
||||
@AssistedInject
|
||||
class DefaultVideoMetadataExtractor(
|
||||
@ApplicationContext private val context: Context,
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ haze = "1.7.2"
|
|||
dependencyAnalysis = "3.11.0"
|
||||
|
||||
# DI
|
||||
metro = "1.0.0"
|
||||
metro = "1.1.1"
|
||||
|
||||
# Auto service
|
||||
autoservice = "1.1.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue