|
@@ -72,18 +72,17 @@ dependencies {
|
|
|
implementation project(':imagepicker')
|
|
|
implementation project(':cameraview')
|
|
|
|
|
|
- api 'androidx.appcompat:appcompat:1.7.0'
|
|
|
api 'com.google.android.material:material:1.12.0'
|
|
|
// implementation 'cjt.library.wheel:camera:1.1.9'
|
|
|
- api 'com.github.bumptech.glide:glide:4.15.1'
|
|
|
- annotationProcessor 'com.github.bumptech.glide:compiler:4.15.1'
|
|
|
+ api 'com.github.bumptech.glide:glide:4.16.0'
|
|
|
+ annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'
|
|
|
annotationProcessor 'androidx.annotation:annotation:1.9.1'
|
|
|
implementation 'com.github.chrisbanes:PhotoView:2.3.0'
|
|
|
api 'com.afollestad.material-dialogs:core:0.9.6.0'
|
|
|
- implementation 'com.google.code.gson:gson:2.10.1'
|
|
|
+ implementation 'com.google.code.gson:gson:2.13.1'
|
|
|
api 'io.github.everythingme:overscroll-decor-android:1.1.1'
|
|
|
|
|
|
- api 'com.squareup.okhttp3:okhttp-sse:4.11.0'
|
|
|
+ api 'com.squareup.okhttp3:okhttp-sse:5.1.0'
|
|
|
|
|
|
// api 'com.king.zxing:zxing-lite:1.1.1'
|
|
|
// api 'cn.aigestudio.wheelpicker:WheelPicker:1.1.3'
|
|
@@ -91,7 +90,7 @@ dependencies {
|
|
|
implementation 'androidx.gridlayout:gridlayout:1.1.0'
|
|
|
// implementation 'com.google.android:flexbox:2.0.1'
|
|
|
|
|
|
- implementation 'com.tencent.map.geolocation:TencentLocationSdk-openplatform:7.2.6'
|
|
|
+ implementation 'com.tencent.map.geolocation:TencentLocationSdk-openplatform:8.7.5.1'
|
|
|
compileOnly 'io.kvh:amr:1.1.1'
|
|
|
|
|
|
// moment start
|