diff --git a/README.md b/README.md index 30c24091..19da912f 100644 --- a/README.md +++ b/README.md @@ -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.67X' + implementation 'com.github.zhongjhATC.AlbumCameraRecorder:combined:1.1.68X' // Public library, if not using the combined library above - implementation 'com.github.zhongjhATC.AlbumCameraRecorder:common:1.1.67X' + implementation 'com.github.zhongjhATC.AlbumCameraRecorder:common:1.1.68X' // core lib, call display album, screen recording, recording, etc - implementation 'com.github.zhongjhATC.AlbumCameraRecorder:multilibrary:1.1.67X' + implementation 'com.github.zhongjhATC.AlbumCameraRecorder:multilibrary:1.1.68X' // 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.67X' + implementation 'com.github.zhongjhATC.AlbumCameraRecorder:progresslibrary:1.1.68X' // use it with editing pictures - implementation 'com.github.zhongjhATC.AlbumCameraRecorder:imageedit:1.1.67X' + implementation 'com.github.zhongjhATC.AlbumCameraRecorder:imageedit:1.1.68X' // For editing video - implementation 'com.github.zhongjhATC.AlbumCameraRecorder:videoedit:1.1.67X' + implementation 'com.github.zhongjhATC.AlbumCameraRecorder:videoedit:1.1.68X' } ## snapshoot diff --git a/README_CN.md b/README_CN.md index 0bb8016a..d616f7f1 100644 --- a/README_CN.md +++ b/README_CN.md @@ -58,19 +58,19 @@ dependencies { // 如果想简化代码并且同时用到multilibrary和progresslibrary、albumCameraRecorderCommon,可以直接使用combined库 - implementation 'com.github.zhongjhATC.AlbumCameraRecorder:combined:1.1.67X' + implementation 'com.github.zhongjhATC.AlbumCameraRecorder:combined:1.1.68X' // 公共库,如果不使用上面的combined库 - implementation 'com.github.zhongjhATC.AlbumCameraRecorder:common:1.1.67X' + implementation 'com.github.zhongjhATC.AlbumCameraRecorder:common:1.1.68X' // 核心lib,调用显示相册、录屏、录音等 - implementation 'com.github.zhongjhATC.AlbumCameraRecorder:multilibrary:1.1.67X' + implementation 'com.github.zhongjhATC.AlbumCameraRecorder:multilibrary:1.1.68X' // 配套使用,主要用于获取数据后进行相关显示,相应的上传进度显示,如果你只需要获取照片录像录音等数据,可以不需要使用这个 - implementation 'com.github.zhongjhATC.AlbumCameraRecorder:progresslibrary:1.1.67X' + implementation 'com.github.zhongjhATC.AlbumCameraRecorder:progresslibrary:1.1.68X' // 配套编辑图片使用 - implementation 'com.github.zhongjhATC.AlbumCameraRecorder:imageedit:1.1.67X' + implementation 'com.github.zhongjhATC.AlbumCameraRecorder:imageedit:1.1.68X' // 配套编辑视频使用 - implementation 'com.github.zhongjhATC.AlbumCameraRecorder:videoedit:1.1.67X' + implementation 'com.github.zhongjhATC.AlbumCameraRecorder:videoedit:1.1.68X' } ## 快照 diff --git a/README_EN.md b/README_EN.md index 30c24091..19da912f 100644 --- a/README_EN.md +++ b/README_EN.md @@ -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.67X' + implementation 'com.github.zhongjhATC.AlbumCameraRecorder:combined:1.1.68X' // Public library, if not using the combined library above - implementation 'com.github.zhongjhATC.AlbumCameraRecorder:common:1.1.67X' + implementation 'com.github.zhongjhATC.AlbumCameraRecorder:common:1.1.68X' // core lib, call display album, screen recording, recording, etc - implementation 'com.github.zhongjhATC.AlbumCameraRecorder:multilibrary:1.1.67X' + implementation 'com.github.zhongjhATC.AlbumCameraRecorder:multilibrary:1.1.68X' // 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.67X' + implementation 'com.github.zhongjhATC.AlbumCameraRecorder:progresslibrary:1.1.68X' // use it with editing pictures - implementation 'com.github.zhongjhATC.AlbumCameraRecorder:imageedit:1.1.67X' + implementation 'com.github.zhongjhATC.AlbumCameraRecorder:imageedit:1.1.68X' // For editing video - implementation 'com.github.zhongjhATC.AlbumCameraRecorder:videoedit:1.1.67X' + implementation 'com.github.zhongjhATC.AlbumCameraRecorder:videoedit:1.1.68X' } ## snapshoot