version:mtk 3.9

fix:优化解锁设置默认桌面
update:上传增加电池信息
This commit is contained in:
2022-08-10 18:09:50 +08:00
parent 7c9f21ed73
commit 99a8038e41
15 changed files with 653 additions and 25 deletions

View File

@@ -88,8 +88,8 @@ android {
//MTK
MTKnewly {
flavorDimensions "default"
versionCode 29
versionName "3.8"
versionCode 30
versionName "3.9"
buildConfigField "String", "platform", '"MTK"'
}
}
@@ -252,6 +252,8 @@ dependencies {
//BindView
implementation 'com.jakewharton:butterknife:10.2.3'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3'
implementation 'com.squareup.moshi:moshi:1.9.3'
//OkHttp
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
//Retrofit