解决本地运行的问题

This commit is contained in:
roger
2026-03-23 15:33:09 +08:00
parent bb3f417204
commit 1bb8c306e4
11 changed files with 198 additions and 21 deletions

View File

@@ -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'
}
}