解决本地运行的问题
This commit is contained in:
@@ -34,7 +34,7 @@ dependencies {
|
||||
//工具集
|
||||
api 'com.blankj:utilcodex:1.31.0'
|
||||
//toast
|
||||
api 'com.github.getActivity:ToastUtils:10.5'
|
||||
api(name: 'ToastUtils-10.5', ext: 'aar')
|
||||
//Gson
|
||||
api 'com.google.code.gson:gson:2.8.5'
|
||||
//网络
|
||||
@@ -53,9 +53,9 @@ dependencies {
|
||||
api 'com.github.bumptech.glide:glide:4.9.0'
|
||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
|
||||
//photoview
|
||||
api 'com.github.chrisbanes:PhotoView:2.1.3'
|
||||
api(name: 'PhotoView-2.1.3', ext: 'aar')
|
||||
//悬浮窗框架
|
||||
api 'com.github.princekin-f:EasyFloat:1.3.4'
|
||||
api(name: 'EasyFloat-1.3.4', ext: 'aar')
|
||||
|
||||
//leak
|
||||
// debugApi 'com.squareup.leakcanary:leakcanary-android:1.5.4'
|
||||
@@ -64,4 +64,7 @@ dependencies {
|
||||
}
|
||||
repositories {
|
||||
mavenCentral()
|
||||
flatDir {
|
||||
dirs 'libs'
|
||||
}
|
||||
}
|
||||
|
||||
BIN
baselibrary/libs/EasyFloat-1.3.4.aar
Normal file
BIN
baselibrary/libs/EasyFloat-1.3.4.aar
Normal file
Binary file not shown.
BIN
baselibrary/libs/PhotoView-2.1.3.aar
Normal file
BIN
baselibrary/libs/PhotoView-2.1.3.aar
Normal file
Binary file not shown.
BIN
baselibrary/libs/ToastUtils-10.5.aar
Normal file
BIN
baselibrary/libs/ToastUtils-10.5.aar
Normal file
Binary file not shown.
Reference in New Issue
Block a user