project includes common third library,such as imagePicker etc
#To get a Git project into your build: 在 build.gradle 中添加依赖
dependencies {
//x.y.z -> 1.1.0
//core contain:updater,takePhoto
implementation 'cn.woochen:sdk-core:x.y.z'
}
#THANKS TakePhoto