升级:gradle依赖库版本

pull/208/head
pppscn 2 years ago
parent 04098a7c88
commit 2783f88e64

@ -193,6 +193,7 @@ dependencies {
//
implementation deps.androidx.multidex
//vLayouthttps://github.com/alibaba/vlayout
implementation 'com.alibaba.android:vlayout:1.3.0'
//
implementation 'com.github.xuexiangjys.SmartRefreshLayout:refresh-header:1.1.5'
@ -200,9 +201,9 @@ dependencies {
//WebView
implementation 'com.github.xuexiangjys.AgentWeb:agentweb-core:1.0.0'
implementation 'com.github.xuexiangjys.AgentWeb:agentweb-download:1.0.0'//
//mmkv
//mmkvhttps://github.com/Tencent/MMKV
implementation 'com.tencent:mmkv:1.2.13'
//AutoSize
//AutoSizehttps://github.com/JessYanCoding/AndroidAutoSize
implementation 'me.jessyan:autosize:1.2.1'
//umeng
implementation 'com.umeng.umsdk:common:9.5.0'
@ -211,8 +212,8 @@ dependencies {
//
implementation 'me.samlss:broccoli:1.0.0'
//RichTexthttps://github.com/zzhoujay/RichText
implementation 'com.zzhoujay.richtext:richtext:3.0.8'
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
//
implementation 'com.meituan.android.walle:library:1.1.6'
@ -228,9 +229,13 @@ dependencies {
implementation "androidx.room:room-rxjava2:$room_version"
kapt "androidx.room:room-compiler:$room_version"
implementation 'com.github.AmrDeveloper:CodeView:1.3.4'
//CodeViewhttps://github.com/AmrDeveloper/CodeView
implementation 'com.github.AmrDeveloper:CodeView:1.3.5'
//LiveEventBushttps://github.com/JeremyLiao/LiveEventBus
implementation 'io.github.jeremyliao:live-event-bus-x:1.8.0'
//MarkdownViewhttps://github.com/tiagohm/MarkdownView
implementation 'com.github.tiagohm.MarkdownView:library:0.19.0'
implementation 'com.github.tiagohm.MarkdownView:emoji:0.19.0'

@ -30,9 +30,9 @@ versions.rxandroid = "2.1.1"
versions.rxbinding = "2.2.0"
versions.butterknife = "10.2.3"
versions.runner = "1.4.0"
versions.gson = "2.9.0"
versions.okhttp3 = "3.12.13" // API 19 3.14.9
versions.leakcanary = "2.8.1"
versions.gson = "2.9.1" //https://github.com/google/gson
versions.okhttp3 = "3.12.13" // API 19
versions.leakcanary = "2.9.1" //https://github.com/square/leakcanary
versions.lifecycle = "2.2.0"
versions.kotlin = '1.6.21'

Loading…
Cancel
Save