部分依赖改为jar包
This commit is contained in:
@@ -63,7 +63,6 @@ android {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
def link_page = "1.1.16"
|
|
||||||
def loggerVersion = "2.2.0"
|
def loggerVersion = "2.2.0"
|
||||||
def BaiduMtjVersion = "3.8.2.1"
|
def BaiduMtjVersion = "3.8.2.1"
|
||||||
def Lombok = "1.16.20"
|
def Lombok = "1.16.20"
|
||||||
@@ -71,22 +70,17 @@ def umeng_common = "2.2.5"
|
|||||||
def umeng_analytics = "8.1.6"
|
def umeng_analytics = "8.1.6"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
api fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
testImplementation 'junit:junit:4.13.1'
|
testImplementation 'junit:junit:4.13.1'
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
|
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
|
||||||
|
|
||||||
api "cc.linkedme.deeplinks:link-page:${link_page}"
|
|
||||||
|
|
||||||
api "com.orhanobut:logger:${loggerVersion}"
|
api "com.orhanobut:logger:${loggerVersion}"
|
||||||
|
|
||||||
// 百度统计
|
// 百度统计
|
||||||
api "com.baidu.mobstat:mtj-sdk:${BaiduMtjVersion}"
|
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}"
|
compileOnly "org.projectlombok:lombok:${Lombok}"
|
||||||
annotationProcessor "org.projectlombok:lombok:${Lombok}"
|
annotationProcessor "org.projectlombok:lombok:${Lombok}"
|
||||||
|
|
||||||
|
BIN
core/libs/LinkedME-Android-Deep-Linking-SDK-V1.1.21.jar
Normal file
BIN
core/libs/LinkedME-Android-Deep-Linking-SDK-V1.1.21.jar
Normal file
Binary file not shown.
BIN
core/libs/analytics-8.1.6.jar
Normal file
BIN
core/libs/analytics-8.1.6.jar
Normal file
Binary file not shown.
BIN
core/libs/common-2.2.5.jar
Normal file
BIN
core/libs/common-2.2.5.jar
Normal file
Binary file not shown.
Reference in New Issue
Block a user