1.部分SDK更新

2.依赖整理
This commit is contained in:
huangjian
2021-01-05 11:51:57 +08:00
parent b9b512e5c4
commit 5ab59dd60f
10 changed files with 32 additions and 52 deletions

View File

@@ -43,9 +43,8 @@ android {
def overscroll_android = "1.0.4"
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.8.4"
def NimNetVersion = "7.9.0"
def glideVersion = "4.11.0"
dependencies {
@@ -53,9 +52,8 @@ dependencies {
api "me.everything:overscroll-decor-android:${overscroll_android}"
api "com.github.CymChad:BaseRecyclerViewAdapterHelper:${base_recyclerview_helper}"
api "me.leolin:ShortcutBadger:${ShortcutBadger}@aar"
api 'androidx.constraintlayout:constraintlayout:1.1.3'
api "jp.wasabeef:glide-transformations:${GlideTransformationsVersion}"
annotationProcessor 'androidx.annotation:annotation:1.1.0'
// 基础功能 (必需)
api "com.netease.nimlib:basesdk:${NimNetVersion}"
// 聊天室需要
@@ -69,8 +67,7 @@ dependencies {
annotationProcessor "com.github.bumptech.glide:compiler:${glideVersion}"
implementation project(':library')
implementation "androidx.core:core-ktx:1.3.1"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
repositories {