diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 81fd182..70bbe5a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,6 @@ compiler = "4.14.2" converterGson = "2.9.0" core = "3.5.3" crashreport = "4.0.4" -faceDetection = "16.1.7" fastjson = "1.2.69" glide = "4.16.0" gson = "2.11.0" @@ -14,7 +13,7 @@ jcore = "3.3.2" jpush = "4.8.1" location = "5.6.1" loggingInterceptor = "4.11.0" -mmkv = "2.0.2" +mmkv = "2.1.0" orgEclipsePahoAndroidService = "1.1.1" orgEclipsePahoClientMqttv3 = "1.2.5" permissionx = "1.8.0" @@ -44,7 +43,6 @@ uiVersion = "1.7.7" utilcodex = "1.31.1" workRuntimeKtx = "2.10.0" xdmap = "8.1.0" -activity = "1.10.0" xz = "1.9" exifinterface = "1.3.7" [libraries] @@ -71,7 +69,6 @@ compiler = { module = "com.github.bumptech.glide:compiler", version.ref = "compi converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "converterGson" } core = { module = "com.google.zxing:core", version.ref = "core" } crashreport = { module = "com.tencent.bugly:crashreport", version.ref = "crashreport" } -face-detection = { module = "com.google.mlkit:face-detection", version.ref = "faceDetection" } fastjson = { module = "com.alibaba:fastjson", version.ref = "fastjson" } glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" } gson = { module = "com.google.code.gson:gson", version.ref = "gson" } @@ -100,7 +97,6 @@ search = { module = "com.amap.api:search", version.ref = "search" } tbssdk = { module = "com.tencent.tbs:tbssdk", version.ref = "tbssdk" } utilcodex = { module = "com.blankj:utilcodex", version.ref = "utilcodex" } xdmap = { module = "com.amap.api:3dmap", version.ref = "xdmap" } -androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" } xz = { module = "org.tukaani:xz", version.ref = "xz" } androidx-exifinterface = { group = "androidx.exifinterface", name = "exifinterface", version.ref = "exifinterface" } @@ -108,4 +104,3 @@ androidx-exifinterface = { group = "androidx.exifinterface", name = "exifinterfa android-application = { id = "com.android.application", version.ref = "agp" } jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } android-library = { id = "com.android.library", version.ref = "agp" } -kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }