version:1.4.2
fix: update:优化dock栏,优化图标显示
This commit is contained in:
@@ -15,8 +15,8 @@ android {
|
||||
applicationId "com.xxpatx.os"
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 29
|
||||
versionCode 1040
|
||||
versionName "1.4.0"
|
||||
versionCode 1042
|
||||
versionName "1.4.2"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
@@ -83,7 +83,7 @@ android {
|
||||
manifestPlaceholders = [
|
||||
AMAP_KEY: "aa85f12a2b0060a687c1755e08161875"
|
||||
]
|
||||
buildConfigField "String", "platform", '"TD606"'
|
||||
buildConfigField "String", "platform", '"M50"'
|
||||
versionNameSuffix "-debug"
|
||||
debuggable true
|
||||
signingConfig signingConfigs.M50T60
|
||||
@@ -94,7 +94,7 @@ android {
|
||||
manifestPlaceholders = [
|
||||
AMAP_KEY: "aa85f12a2b0060a687c1755e08161875"
|
||||
]
|
||||
buildConfigField "String", "platform", '"TD606"'
|
||||
buildConfigField "String", "platform", '"M50"'
|
||||
signingConfig signingConfigs.M50T60
|
||||
}
|
||||
|
||||
@@ -233,7 +233,7 @@ dependencies {
|
||||
implementation 'com.github.hackware1993:MagicIndicator:1.7.0' // for androidx
|
||||
implementation 'com.king.view:circleprogressview:1.1.2'
|
||||
//工具类
|
||||
implementation 'com.blankj:utilcodex:1.31.0'
|
||||
implementation 'com.blankj:utilcodex:1.31.1'
|
||||
//aria
|
||||
implementation 'com.arialyy.aria:core:3.8.15'
|
||||
annotationProcessor 'com.arialyy.aria:compiler:3.8.15'
|
||||
|
||||
Reference in New Issue
Block a user