Skip to content
This repository has been archived by the owner on Jun 16, 2019. It is now read-only.

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan Follestad committed Feb 14, 2017
1 parent 7a8f801 commit ef4c489
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The dependency is available via jCenter.
```Gradle
dependencies {
...
compile 'com.afollestad:ason:1.0.0'
compile 'com.afollestad:ason:1.1.0'
}
```

Expand All @@ -59,7 +59,7 @@ Since Android includes `org.json` classes, you'll want to exclude the copies pro
```Gradle
dependencies {
...
compile('com.afollestad:ason:1.0.0') {
compile('com.afollestad:ason:1.1.0') {
exclude group: 'org.json', module: 'json'
}
}
Expand All @@ -71,7 +71,7 @@ dependencies {
<dependency>
<groupId>com.afollestad</groupId>
<artifactId>ason</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<type>pom</type>
</dependency>
```
Expand Down

0 comments on commit ef4c489

Please sign in to comment.