添加flutter module依赖

This commit is contained in:
zu
2021-03-09 23:58:19 +08:00
parent 7a3adc590e
commit e0747348f0
6 changed files with 30 additions and 2 deletions

View File

@@ -289,6 +289,8 @@ dependencies {
implementation files('libs/msa_mdid_1.0.13.aar')
implementation 'com.huawei.hms:push:4.0.4.301'
implementation fileTree(dir: 'libs', include: ['oppo-mcssdk-2.0.2.jar'])
// xplan flutter module
implementation project(path: ':flutter')
}
repositories {