feat:移动crop模块位置

This commit is contained in:
Max
2023-11-23 20:52:35 +08:00
parent 5d54acd01d
commit 46ba8d2db3
36 changed files with 2 additions and 2 deletions

View File

@@ -253,7 +253,7 @@ dependencies {
//数字滚动效果
implementation 'com.github.YvesCheung:RollingText:1.2.3'
// 引入原有第三方裁图源码,方便修改
api project(':android_crop_lib')
api project(':libs:lib_crop')
//rx权限请求框架
implementation('com.github.tbruyelle:rxpermissions:0.10.2') {