云信SDK升级到8.11.5

This commit is contained in:
huangjian
2022-04-18 11:18:20 +08:00
parent 913c8d2b22
commit 8d93601fe7
11 changed files with 18 additions and 25 deletions

View File

@@ -3,8 +3,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 30
buildToolsVersion '30.0.3'
compileSdkVersion 29
defaultConfig {
minSdkVersion 21
@@ -38,13 +37,17 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = "1.8"
}
}
def overscroll_android = "1.0.4"
def base_recyclerview_helper = "2.9.49-androidx"
def ShortcutBadger = "1.1.17"
def GlideTransformationsVersion = "3.0.1"
def NimNetVersion = "7.9.0"
def NimNetVersion = "8.11.5"
def glideVersion = "4.11.0"
dependencies {
@@ -62,7 +65,7 @@ dependencies {
api "com.netease.nimlib:lucene:${NimNetVersion}"
// 小米、华为、魅族、fcm 推送
api "com.netease.nimlib:push:${NimNetVersion}"
api "com.alibaba:fastjson:1.2.35"
api "com.alibaba:fastjson:1.2.41"
annotationProcessor "com.github.bumptech.glide:compiler:${glideVersion}"