Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/androidx' into androidx
Browse files Browse the repository at this point in the history
  • Loading branch information
aaatttcccc committed Sep 20, 2022
2 parents 15b7028 + 607c603 commit 1f4ae43
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,19 @@ A non-X library version, no longer maintained(https://github.com/zhongjhATC/Albu

dependencies {
// if you want to simplify the code and at the same time use multilibrary and progresslibrary, albumCameraRecorderCommon, can directly use the combined library
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:combined:1.1.76X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:combined:1.1.65X'

// Public library, if not using the combined library above
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:common:1.1.76X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:common:1.1.65X'
// core lib, call display album, screen recording, recording, etc
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:multilibrary:1.1.76X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:multilibrary:1.1.65X'
// It is mainly used to display the relevant upload progress after obtaining data. If you only need to obtain photos, videos and recordings, you don't need to use this
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:progresslibrary:1.1.76X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:progresslibrary:1.1.65X'

// use it with editing pictures
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:imageedit:1.1.76X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:imageedit:1.1.65X'
// For editing video
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:videoedit:1.1.76X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:videoedit:1.1.65X'
}

## snapshoot
Expand Down
12 changes: 6 additions & 6 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,19 @@

dependencies {
// 如果想简化代码并且同时用到multilibrary和progresslibrary、albumCameraRecorderCommon,可以直接使用combined库
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:combined:1.1.76X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:combined:1.1.65X'

// 公共库,如果不使用上面的combined库
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:common:1.1.76X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:common:1.1.65X'
// 核心lib,调用显示相册、录屏、录音等
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:multilibrary:1.1.76X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:multilibrary:1.1.65X'
// 配套使用,主要用于获取数据后进行相关显示,相应的上传进度显示,如果你只需要获取照片录像录音等数据,可以不需要使用这个
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:progresslibrary:1.1.76X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:progresslibrary:1.1.65X'

// 配套编辑图片使用
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:imageedit:1.1.76X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:imageedit:1.1.65X'
// 配套编辑视频使用
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:videoedit:1.1.76X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:videoedit:1.1.65X'
}

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

dependencies {
// if you want to simplify the code and at the same time use multilibrary and progresslibrary, albumCameraRecorderCommon, can directly use the combined library
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:combined:1.1.76X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:combined:1.1.65X'

// Public library, if not using the combined library above
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:common:1.1.76X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:common:1.1.65X'
// core lib, call display album, screen recording, recording, etc
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:multilibrary:1.1.76X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:multilibrary:1.1.65X'
// It is mainly used to display the relevant upload progress after obtaining data. If you only need to obtain photos, videos and recordings, you don't need to use this
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:progresslibrary:1.1.76X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:progresslibrary:1.1.65X'

// use it with editing pictures
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:imageedit:1.1.76X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:imageedit:1.1.65X'
// For editing video
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:videoedit:1.1.76X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:videoedit:1.1.65X'
}

## snapshoot
Expand Down

0 comments on commit 1f4ae43

Please sign in to comment.