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