Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
zincPower committed Dec 4, 2018
2 parents 9330a96 + 4938e2b commit 9110c79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# JPermission
基于注解的6.0权限动态申请
Android(安卓)基于注解的6.0权限动态申请

# 如何接入
1、在项目的gradle中添加如下代码
Expand Down Expand Up @@ -35,7 +35,7 @@ apply plugin: 'android-aspectjx' //添加这一行
```
在依赖中增加:
```
implementation 'com.github.zincPower:JPermission:0.3'
implementation 'com.github.zincPower:JPermission:0.4'
```

# 简单使用
Expand Down

0 comments on commit 9110c79

Please sign in to comment.