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:
renovate[bot] 2026-05-21 10:10:13 +02:00 committed by GitHub
parent dea808ce8d
commit eed183be53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -30,7 +30,6 @@ interface VideoMetadataExtractor : AutoCloseable {
}
}
@ContributesBinding(AppScope::class)
@AssistedInject
class DefaultVideoMetadataExtractor(
@ApplicationContext private val context: Context,

View file

@ -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"