Skip to content

Commit

Permalink
1.1.45X封版
Browse files Browse the repository at this point in the history
  • Loading branch information
aaatttcccc committed Jan 13, 2022
1 parent 326c9a5 commit d77529b
Show file tree
Hide file tree
Showing 4 changed files with 23 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.44X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:combined:1.1.45X'

// Public library, if not using the combined library above
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:common:1.1.44X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:common:1.1.45X'
// core lib, call display album, screen recording, recording, etc
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:multilibrary:1.1.44X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:multilibrary:1.1.45X'
// 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.44X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:progresslibrary:1.1.45X'

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

## 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.44X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:combined:1.1.45X'

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

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

## 快照
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.44X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:combined:1.1.45X'

// Public library, if not using the combined library above
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:common:1.1.44X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:common:1.1.45X'
// core lib, call display album, screen recording, recording, etc
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:multilibrary:1.1.44X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:multilibrary:1.1.45X'
// 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.44X'
implementation 'com.github.zhongjhATC.AlbumCameraRecorder:progresslibrary:1.1.45X'

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

## snapshoot
Expand Down
5 changes: 5 additions & 0 deletions UPDATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# 历史更新

## 1.1.45X
- 优化回调数据为LocalFile,里面带有更多别的参数
- 增加自身回调方法:mGlobalSetting.forResult()
- 回调地址统一优化

## 1.1.44X
- 修复因为优化横板ui导致的问题

Expand Down

0 comments on commit d77529b

Please sign in to comment.