Updated on 2026-08-14
This commit is contained in:
parent
d0c76d4fc4
commit
ccc55615e3
1 changed files with 2 additions and 2 deletions
|
|
@ -25,13 +25,13 @@ internal object ABTestsManagerModule {
|
|||
appScope: AppCoroutineScope,
|
||||
): ABTestsManager {
|
||||
return if (BuildConfig.AB_TESTS_ENABLED) {
|
||||
StubABTestsManager()
|
||||
} else {
|
||||
AmplitudeABTestsManager(
|
||||
application = application,
|
||||
apiKey = environmentConfig.amplitudeApiKey,
|
||||
scope = appScope,
|
||||
)
|
||||
} else {
|
||||
StubABTestsManager()
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue