|
|
|
@ -3,8 +3,11 @@ apply plugin: 'com.android.application' |
|
|
|
android { |
|
|
|
compileSdkVersion 30 |
|
|
|
buildToolsVersion "30.0.3" |
|
|
|
dataBinding { enabled = true } |
|
|
|
|
|
|
|
buildFeatures { |
|
|
|
dataBinding true |
|
|
|
// viewBinding true |
|
|
|
} |
|
|
|
defaultConfig { |
|
|
|
applicationId "qianmu.container" |
|
|
|
minSdkVersion 22 |
|
|
|
@ -114,7 +117,6 @@ dependencies { |
|
|
|
implementation 'jp.wasabeef:glide-transformations:3.0.1' |
|
|
|
annotationProcessor 'com.alibaba:arouter-compiler:1.2.2' |
|
|
|
implementation 'org.java-websocket:Java-WebSocket:1.5.1' |
|
|
|
implementation 'com.google.android.exoplayer:exoplayer:2.11.4' |
|
|
|
|
|
|
|
implementation 'com.yanzhenjie.andserver:api:2.0.4' |
|
|
|
annotationProcessor 'com.yanzhenjie.andserver:processor:2.0.4' |
|
|
|
@ -133,11 +135,4 @@ dependencies { |
|
|
|
|
|
|
|
implementation 'cn.hutool:hutool-all:5.8.26' |
|
|
|
|
|
|
|
//清除页面缓存 |
|
|
|
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3' |
|
|
|
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3' |
|
|
|
|
|
|
|
//检测内存泄漏 |
|
|
|
// debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.12' |
|
|
|
|
|
|
|
} |
|
|
|
|