File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
apps/flipcash/app/src/main/kotlin/com/flipcash/app/inject Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ object ApiModule {
17
17
@Singleton
18
18
@Provides
19
19
fun provideMixpanelApi (@ApplicationContext context : Context ): MixpanelAPI {
20
- return MixpanelAPI .getInstance(context, BuildConfig .MIXPANEL_API_KEY )
20
+ return MixpanelAPI .getInstance(
21
+ /* context = */ context,
22
+ /* token = */ BuildConfig .MIXPANEL_API_KEY ,
23
+ /* trackAutomaticEvents = */ true
24
+ )
21
25
}
22
26
}
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ object Versions {
69
69
const val junit = " 4.13.1"
70
70
const val androidx_junit = " 1.1.3"
71
71
const val espresso = " 3.4.0"
72
- const val mixpanel = " 6.4 .0"
72
+ const val mixpanel = " 8.2 .0"
73
73
74
74
const val markwon = " 4.6.2"
75
75
const val timber = " 5.0.1"
You can’t perform that action at this time.
0 commit comments