Skip to content

Commit

Permalink
delete TractAppsFlyerDeepLinkResolver
Browse files Browse the repository at this point in the history
  • Loading branch information
frett committed Nov 15, 2023
1 parent 192cabe commit a8de6b4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 127 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import dagger.Reusable
import dagger.hilt.InstallIn
import dagger.hilt.components.SingletonComponent
import dagger.multibindings.IntoSet
import org.cru.godtools.analytics.appsflyer.AppsFlyerDeepLinkResolver
import org.cru.godtools.tract.analytics.appsflyer.TractAppsFlyerDeepLinkResolver
import org.greenrobot.eventbus.meta.SubscriberInfoIndex

@Module
Expand All @@ -17,9 +15,4 @@ object TractRendererModule {
@Provides
@Reusable
fun tractEventBusIndex(): SubscriberInfoIndex = TractEventBusIndex()

@IntoSet
@Provides
@Reusable
fun tractAppsFlyerDeepLinkResolver(): AppsFlyerDeepLinkResolver = TractAppsFlyerDeepLinkResolver
}

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit a8de6b4

Please sign in to comment.