mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +03:00
Adds bindings to fdroid variant
This commit is contained in:
parent
d14570dbea
commit
f4dc435a97
1 changed files with 6 additions and 0 deletions
|
@ -59,4 +59,10 @@ abstract class FlavorModule {
|
|||
|
||||
@Binds
|
||||
abstract fun bindsFcmHelper(fcmHelper: FdroidFcmHelper): FcmHelper
|
||||
|
||||
@Binds
|
||||
abstract fun bindsLocaleProvider(localeProvider: DefaultLocaleProvider): LocaleProvider
|
||||
|
||||
@Binds
|
||||
abstract fun bindsAppNameProvider(appNameProvider: DefaultAppNameProvider): AppNameProvider
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue