移除KTV相关代码
This commit is contained in:
@@ -56,13 +56,13 @@ android {
|
||||
}
|
||||
|
||||
def loggerVersion = "2.2.0"
|
||||
def Lombok = "1.18.10"
|
||||
def Lombok = "1.18.18"
|
||||
|
||||
dependencies {
|
||||
api fileTree(dir: 'libs', include: ['*.jar'])
|
||||
testImplementation 'junit:junit:4.13.1'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
|
||||
|
||||
api "com.orhanobut:logger:${loggerVersion}"
|
||||
|
||||
@@ -76,10 +76,10 @@ dependencies {
|
||||
|
||||
// 支付
|
||||
api fileTree(dir: 'alipay-libs', include: ['*.jar'])
|
||||
api 'com.tencent.mm.opensdk:wechat-sdk-android-with-mta:5.1.6'
|
||||
api 'com.tencent.mm.opensdk:wechat-sdk-android-with-mta:5.4.0'
|
||||
|
||||
// 声网
|
||||
api 'io.agora.rtc:full-sdk:3.0.1'
|
||||
api 'io.agora.rtc:full-sdk:3.6.2'
|
||||
|
||||
// core
|
||||
implementation 'com.liulishuo.okdownload:okdownload:1.0.4'
|
||||
@@ -88,17 +88,16 @@ dependencies {
|
||||
// provide okhttp to connect to backend
|
||||
implementation 'com.liulishuo.okdownload:okhttp:1.0.4'
|
||||
// Room
|
||||
api 'androidx.room:room-runtime:2.2.5'
|
||||
annotationProcessor 'androidx.room:room-compiler:2.2.5'
|
||||
api 'androidx.room:room-runtime:2.3.0'
|
||||
annotationProcessor 'androidx.room:room-compiler:2.3.0'
|
||||
// RxJava support for Room
|
||||
api 'androidx.room:room-rxjava2:2.2.5'
|
||||
api 'androidx.room:room-rxjava2:2.3.0'
|
||||
|
||||
api 'com.tencent.bugly:crashreport_upgrade:1.5.23'
|
||||
api 'com.tencent.bugly:crashreport_upgrade:1.6.1'
|
||||
api 'com.tencent.bugly:nativecrashreport:3.9.2'
|
||||
|
||||
api project(':nim_uikit')
|
||||
api project(':library')
|
||||
api project(':agora-ktv-kit-release')
|
||||
api project(':trtc_release')
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user