Skip to content

Commit

Permalink
Update version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mgod committed Mar 23, 2015
1 parent 49922f5 commit 4687c87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ Setup
### Gradle
```
dependencies {
compile "com.splitwise:tokenautocomplete:1.3.1@aar"
compile "com.splitwise:tokenautocomplete:1.3.2@aar"
}
```
### Maven
```
<dependency>
<groupId>com.splitwise</groupId>
<artifactId>tokenautocomplete</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<type>aar</type>
</dependency>
```
Expand Down

0 comments on commit 4687c87

Please sign in to comment.