feat: 增加拍摄界面
This commit is contained in:
@@ -82,4 +82,15 @@ dependencies {
|
||||
implementation 'com.github.Gredicer:datetimepicker:V1.0.0'
|
||||
implementation 'com.google.code.gson:gson:2.10'
|
||||
implementation 'com.yanzhenjie.recyclerview:x:1.3.2'
|
||||
|
||||
// 动态权限申请 https://github.com/permissions-dispatcher/PermissionsDispatcher
|
||||
implementation "com.github.permissions-dispatcher:permissionsdispatcher:4.9.2"
|
||||
annotationProcessor "com.github.permissions-dispatcher:permissionsdispatcher-processor:4.9.2"
|
||||
|
||||
// 相机库 https://natario1.github.io/CameraView/about/getting-started
|
||||
implementation("com.otaliastudios:cameraview:2.7.2")
|
||||
// 图片压缩算法 https://github.com/Curzibn/Luban
|
||||
implementation 'top.zibin:Luban:1.1.8'
|
||||
// Android工具类库 https://github.com/l123456789jy/Lazy
|
||||
implementation 'com.github.lazylibrary:lazylibrary:1.0.2'
|
||||
}
|
||||
Reference in New Issue
Block a user