build(servicing): 更新构建配置并升级版本号
-禁用 release 和 debug 构建类型的代码压缩 - 添加 publishNonDefault 配置项 -将版本号从 1.0.1.9.9.126 升级到 1.0.1.9.9.127
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
[versions]
|
||||
accompanistPager = "0.32.0"
|
||||
cameraCore = "1.4.1"
|
||||
coilCompose = "2.6.0"
|
||||
commonsCompress = "1.23.0"
|
||||
@ -6,15 +7,13 @@ 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"
|
||||
jcore = "5.0.0"
|
||||
faceDetection = "16.1.7"
|
||||
jpush = "5.6.0"
|
||||
location = "5.6.1"
|
||||
loggingInterceptor = "4.11.0"
|
||||
#这是一个长期维护的版本,不建议升级
|
||||
mmkv = "1.3.11"
|
||||
orgEclipsePahoAndroidService = "1.1.1"
|
||||
orgEclipsePahoClientMqttv3 = "1.2.5"
|
||||
@ -39,14 +38,19 @@ rxjava = "3.1.7"
|
||||
search = "7.3.0"
|
||||
tbssdk = "44286"
|
||||
uiGraphics = "1.7.7"
|
||||
uiTooling = "1.7.7"
|
||||
uiToolingPreview = "1.7.7"
|
||||
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"
|
||||
uiToolingVersion = "1.4.0"
|
||||
[libraries]
|
||||
accompanist-pager = { module = "com.google.accompanist:accompanist-pager", version.ref = "accompanistPager" }
|
||||
accompanist-pager-indicators = { module = "com.google.accompanist:accompanist-pager-indicators", version.ref = "accompanistPager" }
|
||||
adapter-rxjava3 = { module = "com.squareup.retrofit2:adapter-rxjava3", version.ref = "converterGson" }
|
||||
androidx-camera-camera2 = { module = "androidx.camera:camera-camera2", version.ref = "cameraCore" }
|
||||
androidx-camera-core = { module = "androidx.camera:camera-core", version.ref = "cameraCore" }
|
||||
@ -60,6 +64,7 @@ androidx-ui = { module = "androidx.compose.ui:ui", version.ref = "uiVersion" }
|
||||
androidx-ui-graphics = { module = "androidx.compose.ui:ui-graphics", version.ref = "uiGraphics" }
|
||||
androidx-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "uiGraphics" }
|
||||
androidx-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest", version.ref = "uiGraphics" }
|
||||
androidx-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "uiTooling" }
|
||||
androidx-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "uiToolingPreview" }
|
||||
androidx-work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "workRuntimeKtx" }
|
||||
coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coilCompose" }
|
||||
@ -69,6 +74,7 @@ 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" }
|
||||
@ -96,12 +102,13 @@ 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" }
|
||||
face-detection = { module = "com.google.mlkit:face-detection", version.ref = "faceDetection" }
|
||||
ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling", version.ref = "uiToolingPreview" }
|
||||
ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling", version.ref = "uiToolingVersion" }
|
||||
|
||||
[plugins]
|
||||
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" }
|
||||
|
Reference in New Issue
Block a user