Skip to content

Commit

Permalink
1.[MERGE]origin master
Browse files Browse the repository at this point in the history
  • Loading branch information
soulqw committed Aug 2, 2019
2 parents cb27061 + 8481a7d commit f6d6aa3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,21 @@
- 支持debug模式
## Installation:

```java
```gradle
dependencies {
implementation 'com.qw:soulpermission:1.1.8'
implementation 'com.qw:soulpermission:1.2.0_x'
}
```
[1.1.8 ReleaseNote](https://github.com/soulqw/SoulPermission/releases/tag/1.1.8)
如果你的应用还没有适配Android X:

```gradle
dependencies {
implementation 'com.qw:soulpermission:1.2.0'
}
```

[1.2.0 ReleaseNote](https://github.com/soulqw/SoulPermission/releases/tag/1.2.0)
## Usage:

#### 基本用法:
Expand Down
3 changes: 1 addition & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ android {

dependencies {
implementation project(':soulpermission')
// implementation 'com.qw:soulpermission:1.1.8'
// implementation 'com.qw:soulpermission:1.2.1'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'org.jetbrains:annotations-java5:15.0'
}

0 comments on commit f6d6aa3

Please sign in to comment.