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

@@ -25,7 +25,7 @@ android {
dependencies {
api 'androidx.annotation:annotation:1.1.0'
api 'androidx.legacy:legacy-support-v4:1.0.0'
implementation "androidx.core:core-ktx:+"
implementation "androidx.core:core-ktx:1.3.2"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
repositories {