Skip to content

Commit

Permalink
chore: add related packages
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan-arshad-dev committed Dec 19, 2024
1 parent c033c59 commit 4e0ad1f
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/org/openedx/app/di/AppModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ val appModule = module {
single<ProfileAnalytics> { get<AnalyticsManager>() }
single<WhatsNewAnalytics> { get<AnalyticsManager>() }
single<IAPAnalytics> { get<AnalyticsManager>() }

single<PushGlobalManager> { get<PushManager>() }

factory { AgreementProvider(get(), get()) }
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package org.openedx.notifications.data.api
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package org.openedx.notifications.data.model
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package org.openedx.notifications.data.repository
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package org.openedx.notifications.data.storage

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package org.openedx.notifications.domain.interactor

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package org.openedx.notifications.domain.model

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package org.openedx.notifications.presentation

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package org.openedx.notifications.presentation

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package org.openedx.notifications.presentation

0 comments on commit 4e0ad1f

Please sign in to comment.