Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nnjun committed Feb 19, 2022
1 parent f8374a5 commit aec56fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ allprojects {
```
#### Step 2. 需要使用的模块内引入
```gradle
implementation 'com.github.CodingGay.BlackReflection:core:1.0.7'
annotationProcessor 'com.github.CodingGay.BlackReflection:compiler:1.0.7'
implementation 'com.github.CodingGay.BlackReflection:core:1.0.8'
annotationProcessor 'com.github.CodingGay.BlackReflection:compiler:1.0.8'
```

### Demo
Expand Down
4 changes: 2 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ allprojects {
```
#### Step 2. Add BlackReflection dependencies
```gradle
implementation 'com.github.CodingGay.BlackReflection:core:1.0.7'
annotationProcessor 'com.github.CodingGay.BlackReflection:compiler:1.0.7'
implementation 'com.github.CodingGay.BlackReflection:core:1.0.8'
annotationProcessor 'com.github.CodingGay.BlackReflection:compiler:1.0.8'
```

### Demo
Expand Down

0 comments on commit aec56fa

Please sign in to comment.