Skip to content

Commit

Permalink
Merge branch 'hotfix5.145.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
cmonfortep committed Dec 19, 2022
2 parents 76d3594 + 5ccb444 commit 9e72b11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/version/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=5.145.3
VERSION=5.145.4
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import com.duckduckgo.app.statistics.store.PendingPixelDao
import com.duckduckgo.app.statistics.store.StatisticsDataStore
import com.duckduckgo.di.scopes.AppScope
import com.squareup.anvil.annotations.ContributesBinding
import com.squareup.anvil.annotations.ContributesMultibinding
import dagger.SingleInstanceIn
import io.reactivex.Completable
import io.reactivex.disposables.CompositeDisposable
Expand All @@ -53,7 +54,7 @@ interface PixelSender : DefaultLifecycleObserver {
scope = AppScope::class,
boundType = PixelSender::class,
)
@ContributesBinding(
@ContributesMultibinding(
scope = AppScope::class,
boundType = LifecycleObserver::class,
)
Expand Down

0 comments on commit 9e72b11

Please sign in to comment.