Skip to content

Commit

Permalink
优化图片大小
Browse files Browse the repository at this point in the history
  • Loading branch information
bugyun committed Mar 16, 2020
1 parent 948688c commit d1e9fd1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion MissPermissionPro/jcenter.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish {
userOrg = 'bugyun' //bintray.com用户名
groupId = 'vip.ruoyun.permission' //jcenter group
artifactId = 'miss-pro' //项目名称 name
publishVersion = '1.0.1'//版本号 version
publishVersion = '1.0.2'//版本号 version
desc = 'Android 权限请求库 MissPermission pro版'//描述
website = 'https://github.com/bugyun/MissPermission' // github 网址
}
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,15 @@ android 权限库,超级简单好用!!

![](https://github.com/bugyun/MissPermission/blob/master/art/down.png?raw=true)

## 版本变化

- 1.0.0 : 优化代码
- 1.0.1 : 优化流程,增加真实检测权限方法,优化不必要的代码
- 1.0.2 : 优化图片大小,体积减小50%

### 配置
```xml
implementation 'vip.ruoyun.permission:miss-pro:1.0.1'
implementation 'vip.ruoyun.permission:miss-pro:1.0.2'
```

### 准备工作
Expand Down Expand Up @@ -194,11 +200,6 @@ public interface IAction extends AvoidOnResultHelper.ActivityCallback {
}
```


## 版本变化

- 1.0.0 : 优化代码

---

## MissPermission
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ dependencies {
implementation 'vip.ruoyun.helper:screen-helper:1.0.2'
testImplementation 'junit:junit:4.12'
implementation project(':MissPermission')
// implementation project(':MissPermissionPro')
implementation 'vip.ruoyun.permission:miss-pro:1.0.1'
implementation project(':MissPermissionPro')
// implementation 'vip.ruoyun.permission:miss-pro:1.0.1'
}

0 comments on commit d1e9fd1

Please sign in to comment.