云信SDK升级到8.11.5
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
Reference in New Issue
Block a user