Commit f77e494e authored by fallenstardust's avatar fallenstardust

3.5.0接入图片选择与裁剪

parent 4505c049
...@@ -8,8 +8,8 @@ android { ...@@ -8,8 +8,8 @@ android {
applicationId "cn.garymb.ygomobile" applicationId "cn.garymb.ygomobile"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 28 targetSdkVersion 28
versionCode 340800810 versionCode 350000823
versionName "3.4.8" versionName "3.5.0"
flavorDimensions "versionCode" flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
ndk { ndk {
...@@ -110,4 +110,6 @@ dependencies { ...@@ -110,4 +110,6 @@ dependencies {
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30' implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30'
api 'androidx.appcompat:appcompat:1.0.2' api 'androidx.appcompat:appcompat:1.0.2'
api 'com.google.android.material:material:1.0.0' api 'com.google.android.material:material:1.0.0'
//图片选择
implementation 'com.yuyh.imgsel:library:2.0.6'
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment