version:zhanrui 6.3.8,MTK 2.3.8
fix: update:接口优化,主页优化,心跳机制优化
This commit is contained in:
@@ -82,16 +82,16 @@ android {
|
||||
//酷比魔方
|
||||
cube {
|
||||
flavorDimensions "default"
|
||||
versionCode 73
|
||||
versionName "6.3.3"
|
||||
versionCode 78
|
||||
versionName "6.3.8"
|
||||
buildConfigField "String", "platform", '"ZhanRuiCube"'
|
||||
}
|
||||
|
||||
//MTK
|
||||
MTKnewly {
|
||||
flavorDimensions "default"
|
||||
versionCode 43
|
||||
versionName "2.3.3"
|
||||
versionCode 48
|
||||
versionName "2.3.8"
|
||||
buildConfigField "String", "platform", '"MTK"'
|
||||
}
|
||||
}
|
||||
@@ -278,7 +278,7 @@ dependencies {
|
||||
|
||||
implementation 'com.squareup.moshi:moshi:1.9.3'
|
||||
//OkHttp
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.9.0'
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.8.0'
|
||||
//Retrofit
|
||||
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
|
||||
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
|
||||
|
||||
Reference in New Issue
Block a user