mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2024-11-23 19:46:35 -06:00
Bump hilt_version from 2.29.1-alpha to 2.30.1-alpha (#1035)
This commit is contained in:
parent
33d540e1c9
commit
05a597313b
@ -11,8 +11,8 @@ import com.chuckerteam.chucker.api.RetentionManager
|
||||
import dagger.Module
|
||||
import dagger.Provides
|
||||
import dagger.hilt.InstallIn
|
||||
import dagger.hilt.android.components.ApplicationComponent
|
||||
import dagger.hilt.android.qualifiers.ApplicationContext
|
||||
import dagger.hilt.components.SingletonComponent
|
||||
import io.github.wulkanowy.data.db.AppDatabase
|
||||
import io.github.wulkanowy.data.db.SharedPrefProvider
|
||||
import io.github.wulkanowy.data.repositories.preferences.PreferencesRepository
|
||||
@ -21,7 +21,7 @@ import timber.log.Timber
|
||||
import javax.inject.Singleton
|
||||
|
||||
@Module
|
||||
@InstallIn(ApplicationComponent::class)
|
||||
@InstallIn(SingletonComponent::class)
|
||||
internal class RepositoryModule {
|
||||
|
||||
@Singleton
|
||||
|
@ -6,13 +6,13 @@ import com.yariksoffice.lingver.Lingver
|
||||
import dagger.Module
|
||||
import dagger.Provides
|
||||
import dagger.hilt.InstallIn
|
||||
import dagger.hilt.android.components.ApplicationComponent
|
||||
import dagger.hilt.android.qualifiers.ApplicationContext
|
||||
import dagger.hilt.components.SingletonComponent
|
||||
import io.github.wulkanowy.utils.DispatchersProvider
|
||||
import javax.inject.Singleton
|
||||
|
||||
@Module
|
||||
@InstallIn(ApplicationComponent::class)
|
||||
@InstallIn(SingletonComponent::class)
|
||||
internal class AppModule {
|
||||
|
||||
@Singleton
|
||||
|
@ -9,8 +9,8 @@ import dagger.Binds
|
||||
import dagger.Module
|
||||
import dagger.Provides
|
||||
import dagger.hilt.InstallIn
|
||||
import dagger.hilt.android.components.ApplicationComponent
|
||||
import dagger.hilt.android.qualifiers.ApplicationContext
|
||||
import dagger.hilt.components.SingletonComponent
|
||||
import dagger.multibindings.IntoSet
|
||||
import io.github.wulkanowy.services.sync.channels.Channel
|
||||
import io.github.wulkanowy.services.sync.channels.DebugChannel
|
||||
@ -38,7 +38,7 @@ import javax.inject.Singleton
|
||||
|
||||
@Suppress("unused")
|
||||
@Module
|
||||
@InstallIn(ApplicationComponent::class)
|
||||
@InstallIn(SingletonComponent::class)
|
||||
abstract class ServicesModule {
|
||||
|
||||
companion object {
|
||||
|
@ -2,7 +2,7 @@ buildscript {
|
||||
ext {
|
||||
kotlin_version = '1.4.20'
|
||||
about_libraries = '8.6.3'
|
||||
hilt_version = "2.29.1-alpha"
|
||||
hilt_version = "2.30.1-alpha"
|
||||
}
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
Loading…
Reference in New Issue
Block a user