Skip to content

Commit

Permalink
update:readme
Browse files Browse the repository at this point in the history
  • Loading branch information
simplepeng committed Feb 23, 2019
1 parent d025cff commit d2a3a29
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ public class App extends Application {

```java
debugImplementation('com.simple:spiderman:1.0.9') {
exclude group: "com.android.support"
}
exclude group: "com.android.support"
}

releaseImplementation('com.simple:spiderman-no-op:1.0.9') {
exclude group: "com.android.support"
}
releaseImplementation('com.simple:spiderman-no-op:1.0.9') {
exclude group: "com.android.support"
}
```

## 版本迭代
Expand Down

0 comments on commit d2a3a29

Please sign in to comment.