Fix copy paste error
This commit is contained in:
parent
77d7bacaf6
commit
fea22313fb
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ dependencies {
|
||||||
if (ModulesConfig.pushProvidersConfig.includeFirebase) {
|
if (ModulesConfig.pushProvidersConfig.includeFirebase) {
|
||||||
"gplayImplementation"(projects.libraries.pushproviders.firebase)
|
"gplayImplementation"(projects.libraries.pushproviders.firebase)
|
||||||
}
|
}
|
||||||
if (ModulesConfig.pushProvidersConfig.includeFirebase) {
|
if (ModulesConfig.pushProvidersConfig.includeUnifiedPush) {
|
||||||
implementation(projects.libraries.pushproviders.unifiedpush)
|
implementation(projects.libraries.pushproviders.unifiedpush)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue