feat:升级部分SDK版本
This commit is contained in:
@@ -58,53 +58,39 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
def glideVersion = "4.13.2"
|
||||
def retrofitVersion = "2.9.0"
|
||||
def okhttp3 = "4.10.0"
|
||||
def okio = "2.8.0"
|
||||
def rxjava_adapter = "2.3.0"
|
||||
def rxjava = "2.1.7"
|
||||
def rxjava_android = "2.0.1"
|
||||
def rxlifecycle = "3.1.0"
|
||||
def loggerVersion = "2.2.0"
|
||||
def qiniu = "8.4.4"
|
||||
def SmartRefreshLayoutVersion = "1.0.3"
|
||||
def eventbusVersion = "3.3.1"
|
||||
def fragment_version = "1.6.1"
|
||||
def GlideTransformationsVersion = "3.0.1"
|
||||
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
|
||||
api 'androidx.cardview:cardview:1.0.0'
|
||||
api 'androidx.gridlayout:gridlayout:1.0.0'
|
||||
api "androidx.fragment:fragment:$fragment_version"
|
||||
api "androidx.fragment:fragment-ktx:$fragment_version"
|
||||
api "androidx.fragment:fragment:1.6.1"
|
||||
api "androidx.fragment:fragment-ktx:1.6.1"
|
||||
|
||||
api "com.squareup.retrofit2:retrofit:${retrofitVersion}"
|
||||
api "com.squareup.okhttp3:okhttp:${okhttp3}"
|
||||
api "com.squareup.okhttp3:logging-interceptor:${okhttp3}"
|
||||
api "com.squareup.okio:okio:${okio}"
|
||||
api "com.squareup.retrofit2:retrofit:2.9.0"
|
||||
api "com.squareup.okhttp3:okhttp:4.10.0"
|
||||
api "com.squareup.okhttp3:logging-interceptor:4.10.0"
|
||||
api "com.squareup.okio:okio:3.0.0"
|
||||
|
||||
api "com.squareup.retrofit2:adapter-rxjava2:${rxjava_adapter}"
|
||||
api "com.squareup.retrofit2:adapter-rxjava2:2.3.0"
|
||||
api 'com.google.code.gson:gson:2.9.0'
|
||||
|
||||
api "com.scwang.smartrefresh:SmartRefreshLayout:${SmartRefreshLayoutVersion}"
|
||||
api "com.scwang.smartrefresh:SmartRefreshHeader:${SmartRefreshLayoutVersion}"
|
||||
|
||||
api "io.reactivex.rxjava2:rxjava:${rxjava}"
|
||||
api "io.reactivex.rxjava2:rxandroid:${rxjava_android}"
|
||||
api "com.trello.rxlifecycle3:rxlifecycle:${rxlifecycle}"
|
||||
api "com.trello.rxlifecycle3:rxlifecycle-android:${rxlifecycle}"
|
||||
api "com.trello.rxlifecycle3:rxlifecycle-components:${rxlifecycle}"
|
||||
api "com.github.bumptech.glide:glide:${glideVersion}"
|
||||
annotationProcessor "com.github.bumptech.glide:compiler:${glideVersion}"
|
||||
api "io.reactivex.rxjava2:rxjava:2.2.12"
|
||||
api "io.reactivex.rxjava2:rxandroid:2.1.1"
|
||||
api "com.trello.rxlifecycle3:rxlifecycle:3.1.0"
|
||||
api "com.trello.rxlifecycle3:rxlifecycle-android:3.1.0"
|
||||
api "com.trello.rxlifecycle3:rxlifecycle-components:3.1.0"
|
||||
api "com.github.bumptech.glide:glide:4.13.2"
|
||||
annotationProcessor "com.github.bumptech.glide:compiler:4.13.2"
|
||||
|
||||
api "com.orhanobut:logger:${loggerVersion}"
|
||||
api "com.orhanobut:logger:2.2.0"
|
||||
|
||||
api "com.qiniu:qiniu-android-sdk:${qiniu}"
|
||||
|
||||
api "org.greenrobot:eventbus:${eventbusVersion}"
|
||||
api "org.greenrobot:eventbus:3.3.1"
|
||||
api "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||
|
||||
api 'com.github.getActivity:ToastUtils:10.5'
|
||||
@@ -116,7 +102,7 @@ dependencies {
|
||||
//mmkv
|
||||
api 'com.tencent:mmkv:1.2.13'
|
||||
|
||||
api "jp.wasabeef:glide-transformations:${GlideTransformationsVersion}"
|
||||
api "jp.wasabeef:glide-transformations:3.0.1"
|
||||
|
||||
//流式布局
|
||||
api 'com.google.android.flexbox:flexbox:3.0.0'
|
||||
|
Reference in New Issue
Block a user