Skip to content

Commit

Permalink
支持androidx
Browse files Browse the repository at this point in the history
  • Loading branch information
HuanTanSheng committed Jun 12, 2019
1 parent 6efe571 commit d2d5e3e
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ QQ交流群:[288600953](https://jq.qq.com/?_wv=1027&k=5QGgCDe)
- 自带Bitmap相关方法(如添加水印、把View画成Bitmap、保存Bitmap等)
- 自带媒体库相关方法(如媒体文件更新到媒体库)

## 关于EasyPhotos的SDK及相关版本公示(androidx版本)
compileSdkVersion 29
minSdkVersion 15
targetSdkVersion 29  
QQ交流群:[288600953](https://jq.qq.com/?_wv=1027&k=5QGgCDe)
[demo下载](https://raw.githubusercontent.com/HuanTanSheng/EasyPhotos/master/demo/release/demo-release.apk)

## 关于EasyPhotos的SDK及相关版本公示
compileSdkVersion 28
minSdkVersion 15
Expand All @@ -58,7 +65,6 @@ QQ交流群:[288600953](https://jq.qq.com/?_wv=1027&k=5QGgCDe)
[demo下载](https://raw.githubusercontent.com/HuanTanSheng/EasyPhotos/master/demo/release/demo-release.apk)



## 获取EasyPhotos(通过Gradle方式)
首先,在项目的 `build.gradle(project)` 文件里面添加:

Expand All @@ -76,8 +82,10 @@ allprojects {
```gradle
dependencies {
   implementation 'com.github.HuanTanSheng:EasyPhotos:2.4.4'  
   
implementation 'com.github.HuanTanSheng:EasyPhotos:2.4.6' //支持androidx
   implementation 'com.github.HuanTanSheng:EasyPhotos:2.4.5' //不支持androidx
 
}
```

Expand Down Expand Up @@ -145,6 +153,9 @@ QQ交流群:[288600953](https://jq.qq.com/?_wv=1027&k=5QGgCDe)

## 更新日志

**2.4.6:**
- 优化:支持androidx

**2.4.5:**
- 修复:当相机按钮位置在图片第一张时,点击相册页底部中间的编辑按钮会导致右下角相机按钮也显示出来
- 修复:仅显示视频时,全部视频文件夹视频重复添加问题
Expand Down

0 comments on commit d2d5e3e

Please sign in to comment.