feat:移动crop模块位置
@@ -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') {
|
||||
|
Before Width: | Height: | Size: 76 B After Width: | Height: | Size: 76 B |
Before Width: | Height: | Size: 204 B After Width: | Height: | Size: 204 B |
Before Width: | Height: | Size: 194 B After Width: | Height: | Size: 194 B |
Before Width: | Height: | Size: 76 B After Width: | Height: | Size: 76 B |
Before Width: | Height: | Size: 160 B After Width: | Height: | Size: 160 B |
Before Width: | Height: | Size: 168 B After Width: | Height: | Size: 168 B |
Before Width: | Height: | Size: 83 B After Width: | Height: | Size: 83 B |
Before Width: | Height: | Size: 234 B After Width: | Height: | Size: 234 B |
Before Width: | Height: | Size: 268 B After Width: | Height: | Size: 268 B |
Before Width: | Height: | Size: 52 B After Width: | Height: | Size: 52 B |
@@ -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'
|
||||
|