迁移AndroidX
This commit is contained in:
@@ -39,21 +39,21 @@ android {
|
||||
}
|
||||
|
||||
def overscroll_android = "1.0.4"
|
||||
def base_recyclerview_helper = "2.9.34"
|
||||
def base_recyclerview_helper = "2.9.46"
|
||||
def ShortcutBadger = "1.1.17"
|
||||
def ConstraintLayoutVersion = "1.1.3"
|
||||
def GlideTransformationsVersion = "3.0.1"
|
||||
def NimNetVersion = "6.7.0"
|
||||
def glideVersion = "4.4.0"
|
||||
def NimNetVersion = "7.4.0"
|
||||
def glideVersion = "4.11.0"
|
||||
|
||||
dependencies {
|
||||
api fileTree(include: '*.jar', dir: 'libs')
|
||||
api "me.everything:overscroll-decor-android:${overscroll_android}"
|
||||
api "com.github.CymChad:BaseRecyclerViewAdapterHelper:${base_recyclerview_helper}"
|
||||
api "me.leolin:ShortcutBadger:${ShortcutBadger}@aar"
|
||||
api "com.android.support.constraint:constraint-layout:${ConstraintLayoutVersion}"
|
||||
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}"
|
||||
// 聊天室需要
|
||||
|
Reference in New Issue
Block a user