chore(deps): update hilt to v2.48 (#2668)
* chore(deps): update hilt to v2.48 * fix: remove unsupported extension syntax --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
8f950fb83e
commit
2c2a0b1a53
3 changed files with 3 additions and 3 deletions
|
@ -15,5 +15,5 @@ import dagger.hilt.components.SingletonComponent
|
|||
@Module
|
||||
@InstallIn(SingletonComponent::class)
|
||||
interface DispatcherModule {
|
||||
@Binds fun DefaultDispatcherProvider.bind(): DispatcherProvider
|
||||
@Binds fun bindDispatcherProvider(impl: DefaultDispatcherProvider): DispatcherProvider
|
||||
}
|
||||
|
|
|
@ -15,5 +15,5 @@ import dagger.hilt.android.components.ActivityComponent
|
|||
@Module
|
||||
@InstallIn(ActivityComponent::class)
|
||||
interface TotpModule {
|
||||
@Binds fun UriTotpFinder.bind(): TotpFinder
|
||||
@Binds fun bindTotpFinder(impl: UriTotpFinder): TotpFinder
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@ moshi = "1.15.0"
|
|||
composeCompiler = "1.5.3-dev-k1.9.10-593b4c95fce"
|
||||
coroutines = "1.7.3"
|
||||
flowbinding = "1.2.0"
|
||||
hilt = "2.47"
|
||||
hilt = "2.48"
|
||||
kotlin = "1.9.10"
|
||||
leakcanary = "2.12"
|
||||
lifecycle = "2.6.1"
|
||||
|
|
Loading…
Reference in a new issue