Skip to content

Commit aec56fa

Browse files
committed
update version
1 parent f8374a5 commit aec56fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ allprojects {
2222
```
2323
#### Step 2. 需要使用的模块内引入
2424
```gradle
25-
implementation 'com.github.CodingGay.BlackReflection:core:1.0.7'
26-
annotationProcessor 'com.github.CodingGay.BlackReflection:compiler:1.0.7'
25+
implementation 'com.github.CodingGay.BlackReflection:core:1.0.8'
26+
annotationProcessor 'com.github.CodingGay.BlackReflection:compiler:1.0.8'
2727
```
2828

2929
### Demo

README_EN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ allprojects {
2020
```
2121
#### Step 2. Add BlackReflection dependencies
2222
```gradle
23-
implementation 'com.github.CodingGay.BlackReflection:core:1.0.7'
24-
annotationProcessor 'com.github.CodingGay.BlackReflection:compiler:1.0.7'
23+
implementation 'com.github.CodingGay.BlackReflection:core:1.0.8'
24+
annotationProcessor 'com.github.CodingGay.BlackReflection:compiler:1.0.8'
2525
```
2626

2727
### Demo

0 commit comments

Comments
 (0)