@@ -36,14 +36,14 @@ android {
3636}
3737
3838dependencies {
39- implementation " com.android.support: support-v4:${ SUPPORT_LIBRARY_VERSION } "
40- implementation " com.android.support: support-core-utils:${ SUPPORT_LIBRARY_VERSION } "
41- implementation " com.android.support :appcompat-v7: ${ SUPPORT_LIBRARY_VERSION } "
42- implementation " com.android.support :recyclerview-v7: ${ SUPPORT_LIBRARY_VERSION } "
43- implementation " com.android.support:design: ${ SUPPORT_LIBRARY_VERSION } "
39+ implementation ' androidx.legacy:legacy- support-v4:1.0.0 '
40+ implementation ' androidx.legacy:legacy- support-core-utils:1.0.0 '
41+ implementation ' androidx.appcompat :appcompat:1.0.0 '
42+ implementation ' androidx.recyclerview :recyclerview:1.0.0 '
43+ implementation ' com.google. android.material:material:1.0.0 '
4444 implementation ' com.github.lecho:hellocharts-library:1.5.8@aar'
45- implementation ' com.alibaba:fastjson:1.2.68 '
46- implementation ' org.greenrobot:greendao:3.2.2 '
45+ implementation ' com.alibaba:fastjson:1.2.73 '
46+ implementation ' org.greenrobot:greendao:3.3.0 '
4747 implementation ' com.squareup.okhttp3:okhttp:3.12.3'
4848 implementation ' com.dlazaro66.qrcodereaderview:qrcodereaderview:2.0.3'
4949 implementation ' com.liulishuo.filedownloader:library:1.7.7'
@@ -55,13 +55,13 @@ dependencies {
5555 implementation(' com.theartofdev.edmodo:android-image-cropper:2.5.1' ) {
5656 exclude group : " com.android.support"
5757 }
58- implementation(' com.github.bumptech.glide:glide:4.9 .0' ) {
58+ implementation(' com.github.bumptech.glide:glide:4.11 .0' ) {
5959 exclude group : " com.android.support"
6060 }
6161 implementation ' commons-io:commons-io:2.6'
6262 implementation (' com.orhanobut:logger:2.2.0' ) {
6363 exclude group : " com.android.support"
6464 }
65- compileOnly ' com.android.support :multidex:1 .0.3 '
65+ compileOnly ' androidx.multidex :multidex:2 .0.0 '
6666 implementation project(' :shared' )
6767}
0 commit comments