Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wzbos authored Jan 8, 2019
1 parent fc3de4d commit 31fa478
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ Java:

``` groovy
dependencies {
implementation 'cn.wzbos.rudolph:rudolph:1.0.1'
annotationProcessor 'cn.wzbos.rudolph:rudolph-compiler:1.0.1'
implementation 'cn.wzbos.android:rudolph:1.0.1'
annotationProcessor 'cn.wzbos.android:rudolph-compiler:1.0.1'
}
```
Kotlin:
Expand All @@ -57,8 +57,8 @@ apply plugin: 'kotlin-kapt'
...
dependencies {
implementation 'cn.wzbos.rudolph:rudolph:1.0.1'
kapt 'cn.wzbos.rudolph:rudolph-compiler:1.0.1'
implementation 'cn.wzbos.android:rudolph:1.0.1'
kapt 'cn.wzbos.android:rudolph-compiler:1.0.1'
}
```
### 3.代码混淆
Expand Down

0 comments on commit 31fa478

Please sign in to comment.