diff --git a/app/build.gradle b/app/build.gradle index 2e72879..b7a2969 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,6 +50,8 @@ implementation 'com.github.dueeeke.dkplayer:player-ijk:3.2.6' // 可选,如需要缓存或者抖音预加载功能请引入此库 implementation 'com.github.dueeeke.dkplayer:videocache:3.2.6' - + // https://mvnrepository.com/artifact/com.alibaba/fastjson + implementation 'com.alibaba:fastjson:1.1.34.android' api 'com.tencent.tbs.tbssdk:sdk:43697' + implementation files('libs/jsoup-1.10.1.jar') } \ No newline at end of file