@@ -85,15 +85,15 @@ android {
8585 free {
8686 versionNameSuffix " _free"
8787 resourceConfigurations + = [' ch' , ' xhdpi' ]
88- minSdk 23
88+ minSdk 26
8989 aaptOptions. cruncherEnabled = false
9090 ext. alwaysUpdateBuildId = false
9191 }
9292
9393 charge {
9494 versionNameSuffix " _charge"
9595 resourceConfigurations + = [' en' , ' xhdpi' ]
96- minSdk 23
96+ minSdk 26
9797 aaptOptions. cruncherEnabled = false
9898 ext. alwaysUpdateBuildId = false
9999 }
@@ -145,21 +145,21 @@ dependencies {
145145 implementation " androidx.legacy:legacy-support-v4:1.0.0"
146146 implementation " androidx.cardview:cardview:1.0.0"
147147 implementation " com.github.bumptech.glide:glide:$ext . glide "
148- implementation ' com.squareup.okhttp3:okhttp:5.0.0-alpha.14 '
149- implementation ' com.squareup.okio:okio:3.11 .0'
148+ implementation ' com.squareup.okhttp3:okhttp:5.1.0 '
149+ implementation ' com.squareup.okio:okio:3.15 .0'
150150 implementation ' androidx.multidex:multidex:2.0.1'
151151 implementation ' androidx.vectordrawable:vectordrawable:1.2.0'
152152 implementation " androidx.constraintlayout:constraintlayout:$constraint_layout "
153153
154154 implementation ' com.github.bingoogolapple:BGARefreshLayout-Android:2.0.1'
155155 implementation ' com.github.bingoogolapple:BGABanner-Android:3.0.1'
156- implementation ' com.github.bingoogolapple:BGABaseAdapter-Android:1. 2.0'
156+ implementation ' com.github.bingoogolapple:BGABaseAdapter-Android:2.0.1 '
157157 implementation ' com.jakewharton:butterknife:10.2.3'
158158 implementation ' androidx.legacy:legacy-support-v4:1.0.0'
159159 kapt ' com.jakewharton:butterknife-compiler:10.2.3'
160160 implementation ' com.facebook.stetho:stetho:1.6.0'
161161 implementation ' androidx.dynamicanimation:dynamicanimation:1.1.0'
162- implementation ' com.airbnb.android:lottie:6.6.6 '
162+ implementation ' com.airbnb.android:lottie:6.6.7 '
163163 implementation ' com.davemorrissey.labs:subsampling-scale-image-view:3.10.0'
164164// debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.14'
165165 implementation ' net.sourceforge.streamsupport:streamsupport:1.7.4'
@@ -168,7 +168,7 @@ dependencies {
168168 kapt " com.alibaba:arouter-compiler:$ext . arouter_compiler "
169169
170170 implementation " androidx.palette:palette-ktx:1.0.0"
171- implementation ' com.tencent:mmkv:2.2.1 '
171+ implementation ' com.tencent:mmkv:2.2.2 '
172172
173173 testImplementation ' junit:junit:4.13.2'
174174 androidTestImplementation ' androidx.test:runner:1.6.2'
@@ -198,7 +198,7 @@ dependencies {
198198 implementation project(path : ' :subs:dataview' )
199199 implementation project(path : ' :subs:skeleton' )
200200 implementation project(path : ' :subs:compose' )
201- implementation ' com.alibaba:fastjson:2.0.19.graal '
201+ implementation ' com.alibaba:fastjson:2.0.57 '
202202
203203}
204204
0 commit comments