Skip to content

Commit e1d0006

Browse files
committed
升级 MMKV 版本到 2.3.0
1 parent 87818a5 commit e1d0006

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ dependencies {
244244
implementation 'me.relex:circleindicator:2.1.6'
245245

246246
// 腾讯 MMKV:https://github.com/Tencent/MMKV
247-
implementation ('com.tencent:mmkv-static:1.3.12') {
247+
implementation ('com.tencent:mmkv-static:2.3.0') {
248248
// 避免版本不一致导致的依赖冲突,从而导致编译报错
249249
exclude group: 'androidx.annotation', module: 'annotation'
250250
}

0 commit comments

Comments
 (0)