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') {

View File

Before

Width:  |  Height:  |  Size: 76 B

After

Width:  |  Height:  |  Size: 76 B

View File

Before

Width:  |  Height:  |  Size: 204 B

After

Width:  |  Height:  |  Size: 204 B

View File

Before

Width:  |  Height:  |  Size: 194 B

After

Width:  |  Height:  |  Size: 194 B

View File

Before

Width:  |  Height:  |  Size: 76 B

After

Width:  |  Height:  |  Size: 76 B

View File

Before

Width:  |  Height:  |  Size: 160 B

After

Width:  |  Height:  |  Size: 160 B

View File

Before

Width:  |  Height:  |  Size: 168 B

After

Width:  |  Height:  |  Size: 168 B

View File

Before

Width:  |  Height:  |  Size: 83 B

After

Width:  |  Height:  |  Size: 83 B

View File

Before

Width:  |  Height:  |  Size: 234 B

After

Width:  |  Height:  |  Size: 234 B

View File

Before

Width:  |  Height:  |  Size: 268 B

After

Width:  |  Height:  |  Size: 268 B

View File

Before

Width:  |  Height:  |  Size: 52 B

After

Width:  |  Height:  |  Size: 52 B

View File

@@ -1,5 +1,4 @@
include ':app'
include ':android_crop_lib'
include ':core'
include ':library'
include ':nim_uikit'
@@ -8,3 +7,4 @@ include ':modules:module_google'
include ':modules:module_base'
include ':libs:lib_core'
include ':libs:lib_utils'
include ':libs:lib_crop'