version:zhanrui 6.3.3,MTK 2.3.3
fix: update:重置只请求一次接口,增加网络波动记录接口
This commit is contained in:
@@ -82,16 +82,16 @@ android {
|
||||
//酷比魔方
|
||||
cube {
|
||||
flavorDimensions "default"
|
||||
versionCode 71
|
||||
versionName "6.3.1"
|
||||
versionCode 73
|
||||
versionName "6.3.3"
|
||||
buildConfigField "String", "platform", '"ZhanRuiCube"'
|
||||
}
|
||||
|
||||
//MTK
|
||||
MTKnewly {
|
||||
flavorDimensions "default"
|
||||
versionCode 41
|
||||
versionName "2.3.1"
|
||||
versionCode 43
|
||||
versionName "2.3.3"
|
||||
buildConfigField "String", "platform", '"MTK"'
|
||||
}
|
||||
}
|
||||
@@ -257,7 +257,7 @@ dependencies {
|
||||
|
||||
implementation 'com.squareup.moshi:moshi:1.9.3'
|
||||
//OkHttp
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.9.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