Browse Source

更新依赖

imndx 1 month ago
parent
commit
c239fc9990
5 changed files with 10 additions and 11 deletions
  1. 1 1
      emojilibrary/build.gradle
  2. 2 2
      imagepicker/build.gradle
  3. 1 1
      menu/build.gradle
  4. 1 1
      permission/build.gradle
  5. 5 6
      uikit/build.gradle

+ 1 - 1
emojilibrary/build.gradle

@@ -29,7 +29,7 @@ android {
 
 dependencies {
     implementation fileTree(include: ['*.jar'], dir: 'libs')
-    implementation 'androidx.appcompat:appcompat:1.7.0'
+    implementation 'androidx.appcompat:appcompat:1.7.1'
     implementation 'androidx.viewpager2:viewpager2:1.1.0'
     implementation 'io.github.everythingme:overscroll-decor-android:1.1.1'
 }

+ 2 - 2
imagepicker/build.gradle

@@ -23,8 +23,8 @@ android {
 }
 
 dependencies {
-    implementation 'androidx.appcompat:appcompat:1.0.0-beta01'
+    implementation 'androidx.appcompat:appcompat:1.7.1'
     implementation 'com.github.chrisbanes.photoview:library:1.2.4'
-    implementation 'com.github.bumptech.glide:glide:4.15.1'
+    implementation 'com.github.bumptech.glide:glide:4.16.0'
     implementation project(':permission')
 }

+ 1 - 1
menu/build.gradle

@@ -29,6 +29,6 @@ android {
 
 dependencies {
 
-    implementation 'androidx.appcompat:appcompat:1.7.0'
+    implementation 'androidx.appcompat:appcompat:1.7.1'
     implementation 'com.google.android.material:material:1.12.0'
 }

+ 1 - 1
permission/build.gradle

@@ -29,6 +29,6 @@ android {
 
 dependencies {
 
-    implementation 'androidx.appcompat:appcompat:1.7.0'
+    implementation 'androidx.appcompat:appcompat:1.7.1'
     implementation 'com.afollestad.material-dialogs:core:0.9.6.0'
 }

+ 5 - 6
uikit/build.gradle

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