升级云信、fastjson SDK

This commit is contained in:
oujunhui
2020-08-04 20:19:02 +08:00
parent 3b01409558
commit 4377b2c014

View File

@@ -45,7 +45,7 @@ def base_recyclerview_helper = "2.9.49-androidx"
def ShortcutBadger = "1.1.17"
def ConstraintLayoutVersion = "1.1.3"
def GlideTransformationsVersion = "3.0.1"
def NimNetVersion = "7.4.0"
def NimNetVersion = "7.8.1"
def glideVersion = "4.11.0"
dependencies {
@@ -64,12 +64,12 @@ dependencies {
api "com.netease.nimlib:lucene:${NimNetVersion}"
// 小米、华为、魅族、fcm 推送
api "com.netease.nimlib:push:${NimNetVersion}"
api "com.alibaba:fastjson:1.1.67.android"
api "com.alibaba:fastjson:1.2.35"
annotationProcessor "com.github.bumptech.glide:compiler:${glideVersion}"
implementation project(':library')
implementation "androidx.core:core-ktx:+"
implementation "androidx.core:core-ktx:1.3.1"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}