version:
fix:优化请求次数 update:
This commit is contained in:
@@ -31,7 +31,7 @@ android {
|
||||
defaultConfig {
|
||||
applicationId "com.aoleyun.sn"
|
||||
//There are no CERT files because If the mini sdk version is 23+, the AGP will ignore the V1 scheme signature.
|
||||
minSdkVersion 22
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 29
|
||||
multiDexEnabled true
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
@@ -61,8 +61,8 @@ android {
|
||||
//新平台正式
|
||||
cube {
|
||||
flavorDimensions "default"
|
||||
versionCode 26
|
||||
versionName "3.5"
|
||||
versionCode 27
|
||||
versionName "3.6"
|
||||
/*********************************极光推送************************************/
|
||||
manifestPlaceholders = [
|
||||
XG_ACCESS_ID : "1500026372",
|
||||
@@ -246,10 +246,10 @@ dependencies {
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
|
||||
//BindView
|
||||
implementation 'com.jakewharton:butterknife:10.1.0'
|
||||
annotationProcessor 'com.jakewharton:butterknife-compiler:10.1.0'
|
||||
implementation 'com.jakewharton:butterknife:10.2.3'
|
||||
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3'
|
||||
//OkHttp
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
||||
//Retrofit
|
||||
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
|
||||
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
|
||||
@@ -273,7 +273,8 @@ dependencies {
|
||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.13.1'
|
||||
// debugImplementation because LeakCanary should only run in debug builds.
|
||||
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
|
||||
|
||||
//磁盘缓存
|
||||
implementation 'com.jakewharton:disklrucache:2.0.2'
|
||||
//fastjson
|
||||
implementation 'com.alibaba:fastjson:1.2.79'
|
||||
//极光推送
|
||||
@@ -284,7 +285,7 @@ dependencies {
|
||||
//MMKV
|
||||
implementation 'com.tencent:mmkv-static:1.2.12'
|
||||
//腾讯移动推送 TPNS
|
||||
implementation 'com.tencent.tpns:tpns:1.3.1.1-release'
|
||||
implementation 'com.tencent.tpns:tpns:1.3.2.0-release'
|
||||
// //RxHttp
|
||||
// implementation 'com.github.liujingxing.rxhttp:rxhttp:2.6.5'
|
||||
// //implementation 'com.squareup.okhttp3:okhttp:4.9.1' //rxhttp v2.2.2版本起,需要手动依赖okhttp
|
||||
|
||||
Reference in New Issue
Block a user