升级gradle

This commit is contained in:
oujunhui
2020-07-06 18:38:23 +08:00
parent 489f1285c8
commit cc6f055ce0
28 changed files with 537 additions and 25 deletions

View File

@@ -1,5 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'realm-android'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 29
@@ -123,4 +125,9 @@ dependencies {
api project(':nim_uikit')
api project(':library')
api project(':agora-ktv-kit-release')
implementation "androidx.core:core-ktx:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
repositories {
mavenCentral()
}