Skip to content

Commit

Permalink
1.1.19X 封版
Browse files Browse the repository at this point in the history
  • Loading branch information
aaatttcccc committed Aug 23, 2021
1 parent dafdebe commit 11237f6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ A non-X library version, no longer maintained(https://github.com/zhongjhATC/Albu

dependencies {
// Public library, which must be used
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:albumCameraRecorderCommon:1.1.18X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:albumCameraRecorderCommon:1.1.19X'
// Core lib, call display album, recording screen, recording, etc
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:multilibrary:1.1.18X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:multilibrary:1.1.19X'
// Supporting use, mainly used to obtain data after the relevant display, the corresponding upload progress display, if you only need to obtain photos, video, audio and other data, their own code to obtain the data after the presentation, you can not need to use this
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:progresslibrary:1.1.18X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:progresslibrary:1.1.19X'
// Supporting the use of editing pictures
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:imageedit:1.1.18X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:imageedit:1.1.19X'
// Supporting the use of editing video
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:videoedit:1.1.18X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:videoedit:1.1.19X'
}

## snapshoot
Expand Down
10 changes: 5 additions & 5 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
#### Step 2. Add the dependency

dependencies {
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:albumCameraRecorderCommon:1.1.18X' // 公共库,必须使用此库
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:multilibrary:1.1.18X' // 核心lib,调用显示相册、录屏、录音等
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:progresslibrary:1.1.18X' // 配套使用,主要用于获取数据后进行相关显示,相应的上传进度显示,如果你只需要获取照片录像录音等数据,自行写获取后呈现方式,可以不需要是用这个
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:imageedit:1.1.18X' // 配套编辑图片使用
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:videoedit:1.1.18X' // 配套编辑视频使用
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:albumCameraRecorderCommon:1.1.19X' // 公共库,必须使用此库
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:multilibrary:1.1.19X' // 核心lib,调用显示相册、录屏、录音等
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:progresslibrary:1.1.19X' // 配套使用,主要用于获取数据后进行相关显示,相应的上传进度显示,如果你只需要获取照片录像录音等数据,自行写获取后呈现方式,可以不需要是用这个
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:imageedit:1.1.19X' // 配套编辑图片使用
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:videoedit:1.1.19X' // 配套编辑视频使用
}

## 快照
Expand Down
10 changes: 5 additions & 5 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ A non-X library version, no longer maintained(https://github.com/zhongjhATC/Albu

dependencies {
// Public library, which must be used
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:albumCameraRecorderCommon:1.1.18X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:albumCameraRecorderCommon:1.1.19X'
// Core lib, call display album, recording screen, recording, etc
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:multilibrary:1.1.18X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:multilibrary:1.1.19X'
// Supporting use, mainly used to obtain data after the relevant display, the corresponding upload progress display, if you only need to obtain photos, video, audio and other data, their own code to obtain the data after the presentation, you can not need to use this
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:progresslibrary:1.1.18X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:progresslibrary:1.1.19X'
// Supporting the use of editing pictures
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:imageedit:1.1.18X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:imageedit:1.1.19X'
// Supporting the use of editing video
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:videoedit:1.1.18X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:videoedit:1.1.19X'
}

## snapshoot
Expand Down
3 changes: 3 additions & 0 deletions UPDATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 历史更新
## 1.1.19X
- 添加cameraSetting清空事件

## 1.1.18X
- CameraSetting增加了一个setOnCameraViewListenerApi方法,可以在回调中自定义CameraView相关设置。
具体设置请看它的相关源码网站https://github.com/natario1/CameraView
Expand Down

0 comments on commit 11237f6

Please sign in to comment.