Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Apr 28, 2024
1 parent 96ae2d7 commit b8aa380
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class AndroidMakersApplication : Application() {
override fun onCreate() {
super.onCreate()

initializeOpenFeedback()
initializeOpenFeedback(OpenFeedbackFirebaseConfig.default(this))
DependenciesBuilder(this).inject(
listOf(
viewModelModule,
Expand Down

0 comments on commit b8aa380

Please sign in to comment.