上传爱趣听sdk到maven

This commit is contained in:
tongchenfei
2020-06-12 17:42:36 +08:00
parent 221f85be04
commit 787b814867
2 changed files with 3 additions and 0 deletions

View File

@@ -44,6 +44,9 @@ dependencies {
implementation rootProject.ext.dependencies.androidxappcompat
implementation rootProject.ext.dependencies.androidxconstraintlayout
// 爱趣听sdk上传到了公司的maven用来规避RELEASE时ClassDefNotFound异常后续若爱趣听有新的sdk也需要上传maven
implementation "com.mogo.tencent.wecarflow:mogo-wecarflow:+@aar"
if (Boolean.valueOf(RELEASE)) {
implementation rootProject.ext.dependencies.mogomap
implementation rootProject.ext.dependencies.mogoutils