Skip to content

Commit 1ae5d5c

Browse files
committed
update version
1 parent 437f10b commit 1ae5d5c

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.8'
26-
annotationProcessor 'com.github.CodingGay.BlackReflection:compiler:1.0.8'
25+
implementation 'com.github.CodingGay.BlackReflection:core:1.0.9'
26+
annotationProcessor 'com.github.CodingGay.BlackReflection:compiler:1.0.9'
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.8'
24-
annotationProcessor 'com.github.CodingGay.BlackReflection:compiler:1.0.8'
23+
implementation 'com.github.CodingGay.BlackReflection:core:1.0.9'
24+
annotationProcessor 'com.github.CodingGay.BlackReflection:compiler:1.0.9'
2525
```
2626

2727
### Demo

0 commit comments

Comments
 (0)