Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jokermonn committed Sep 13, 2017
1 parent c59b987 commit d0e30b2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
`app` 中的 `build.gradle`

dependencies {
compile 'com.github.jokermonn:permissions4m:2.1.0-lib'
annotationProcessor 'com.github.jokermonn:permissions4m:2.1.0-processor'
compile 'com.github.jokermonn:permissions4m:2.1.1-lib'
annotationProcessor 'com.github.jokermonn:permissions4m:2.1.1-processor'
}

# 使用文档 #
Expand All @@ -104,9 +104,18 @@
* [项目答疑](#problem)

# 版本迭代 #

- TODO:[help me](#help)

<h3 id="todo">TODO</h3>
- TODO:
- [help me](#help)
- 增强魅族权限申请
- 增强各5.0+权限申请
- **由于作者最近忙于秋招,更新若不及时,望见谅,希望各位开发者共同维护这个库,毕竟作者个人手机有限、精力有限。该库源码真的很简单!**

<h3 id="history">迭代历史</h3>
- v2.1.1
- 支持 oppo 5.0+ 权限申请
- 修复魅族空指针异常

- v2.1.0
- 支持 listener 自定义 rationale
- 支持 listener 多权限同步申请
Expand Down
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})
// umeng
// annotationProcessor 'com.github.jokermonn:permissions4m:2.0.2-processor'
// compile 'com.github.jokermonn:permissions4m:2.0.2-lib'
compile project(':permissions4m-api')
annotationProcessor project(':permissions4m-processor')
annotationProcessor 'com.github.jokermonn:permissions4m:2.1.1-processor'
compile 'com.github.jokermonn:permissions4m:2.1.1-lib'
// compile project(':permissions4m-api')
// annotationProcessor project(':permissions4m-processor')
compile 'com.umeng.analytics:analytics:6.1.2'
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
Expand Down

0 comments on commit d0e30b2

Please sign in to comment.