7 lines
264 B
Groovy
7 lines
264 B
Groovy
// 基于socket长链的push推送
|
|
|
|
project.dependencies {
|
|
implementation rootProject.ext.dependencies.modulepushbase
|
|
launcherImplementation rootProject.ext.dependencies.modulepush
|
|
independentImplementation rootProject.ext.dependencies.modulepushnoop
|
|
} |