用户直接进入,不用点击点登录界面,jpg 转成webp 图片格式的转换

This commit is contained in:
wangdongsheng
2021-10-22 10:20:09 +08:00
parent 3ede202a30
commit ed379a7dc4
34 changed files with 1026 additions and 445 deletions

View File

@@ -139,5 +139,7 @@ dependencies {
implementation 'cn.jzvd:jiaozivideoplayer:7.4.2'
//图片压缩 https://github.com/Hu12037102/ImageCompress
implementation 'com.github.Hu12037102:ImageCompress:2.3.0'
//webp 转换
implementation 'com.wanghong.webpnative:webpnative:0.1.0'
}