feat: 增加视频拍摄功能
This commit is contained in:
@@ -84,7 +84,7 @@ dependencies {
|
||||
//三级选择
|
||||
implementation 'com.airsaid.library:pickerview:1.0.3'
|
||||
//省市区 https://github.com/Bigkoo/Android-PickerView
|
||||
compile 'com.contrarywind:Android-PickerView:4.1.6'
|
||||
implementation 'com.contrarywind:Android-PickerView:4.1.6'
|
||||
implementation 'com.contrarywind:Android-PickerView:4.1.8'
|
||||
/* //加载html
|
||||
implementation 'com.github.sendtion:XRichText:1.9.4'*/
|
||||
@@ -94,7 +94,7 @@ dependencies {
|
||||
implementation 'com.kongzue.dialog_v3x:dialog:3.2.4'
|
||||
//xRecyclerview下拉刷新控件
|
||||
implementation project(':xrecyclerview')
|
||||
//拍照功能
|
||||
//拍照功能 https://github.com/natario1/CameraView
|
||||
implementation 'com.otaliastudios:cameraview:2.7.0'
|
||||
|
||||
//抽屉控件 https://github.com/umano/AndroidSlidingUpPanel
|
||||
@@ -120,4 +120,7 @@ dependencies {
|
||||
implementation "androidx.room:room-rxjava2:$room_version"
|
||||
implementation "androidx.room:room-guava:$room_version"
|
||||
testImplementation "androidx.room:room-testing:$room_version"
|
||||
|
||||
// 视频拼接 https://blog.csdn.net/u011520181/article/details/89324292
|
||||
implementation 'com.googlecode.mp4parser:isoparser:1.1.21'
|
||||
}
|
||||
Reference in New Issue
Block a user