File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ allprojects {
22
22
```
23
23
#### Step 2. 需要使用的模块内引入
24
24
``` 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 '
27
27
```
28
28
29
29
### Demo
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ allprojects {
20
20
```
21
21
#### Step 2. Add BlackReflection dependencies
22
22
``` 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 '
25
25
```
26
26
27
27
### Demo
You can’t perform that action at this time.
0 commit comments