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:
renovate[bot] 2023-08-31 05:51:20 +00:00 committed by GitHub
parent 8f950fb83e
commit 2c2a0b1a53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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