部分依赖改为jar包

This commit is contained in:
huangjian
2021-05-06 12:14:21 +08:00
committed by zu
parent 0d95eeef65
commit 7445a81096
4 changed files with 1 additions and 7 deletions

View File

@@ -63,7 +63,6 @@ android {
}
def link_page = "1.1.16"
def loggerVersion = "2.2.0"
def BaiduMtjVersion = "3.8.2.1"
def Lombok = "1.16.20"
@@ -71,22 +70,17 @@ def umeng_common = "2.2.5"
def umeng_analytics = "8.1.6"
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
api fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.13.1'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
api "cc.linkedme.deeplinks:link-page:${link_page}"
api "com.orhanobut:logger:${loggerVersion}"
// 百度统计
api "com.baidu.mobstat:mtj-sdk:${BaiduMtjVersion}"
// 友盟统计
api "com.umeng.umsdk:analytics:${umeng_analytics}"
api "com.umeng.umsdk:common:${umeng_common}"
compileOnly "org.projectlombok:lombok:${Lombok}"
annotationProcessor "org.projectlombok:lombok:${Lombok}"

Binary file not shown.

BIN
core/libs/common-2.2.5.jar Normal file

Binary file not shown.