修改BUG
This commit is contained in:
@@ -54,6 +54,7 @@ android {
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar','*.aar'])
|
||||
|
||||
// implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation libs.appcompat
|
||||
implementation libs.material
|
||||
@@ -104,6 +105,8 @@ dependencies {
|
||||
|
||||
// api(libs.pictureselector.picture.library)
|
||||
api('io.github.lucksiege:pictureselector:v3.11.2')
|
||||
///图片裁剪 (按需引入)
|
||||
api ('io.github.lucksiege:ucrop:v3.11.2')
|
||||
api(libs.com.github.bumptech.glide.glide)
|
||||
// api(libs.glide.compiler)
|
||||
|
||||
@@ -186,8 +189,8 @@ dependencies {
|
||||
|
||||
// api project(':LocalAar')
|
||||
|
||||
|
||||
|
||||
api 'com.tencent.bugly:crashreport:latest.release' //其中latest.release指代最新Bugly SDK版本号,也可以指定明确的版本号,例如4.0.3
|
||||
// api 'com.tencent.rqd:nativecrashreport:latest.release' //其中latest.release指代最新Bugly NDK版本号,也可以指定明确的版本号,例如3.9.2
|
||||
// 房间引擎
|
||||
api "io.trtc.uikit:rtc_room_engine:latest.release"
|
||||
// rtc room engine 依赖 trtc sdk 和 im sdk
|
||||
|
||||
Reference in New Issue
Block a user