Skip to content

Commit

Permalink
Update to version 2.0.7/13
Browse files Browse the repository at this point in the history
  • Loading branch information
mgod committed May 12, 2016
1 parent 5475806 commit ca7c438
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ Setup
### Gradle
```
dependencies {
compile "com.splitwise:tokenautocomplete:2.0.6@aar"
compile "com.splitwise:tokenautocomplete:2.0.7@aar"
}
```
### Maven
```
<dependency>
<groupId>com.splitwise</groupId>
<artifactId>tokenautocomplete</artifactId>
<version>2.0.6</version>
<version>2.0.7</version>
<type>aar</type>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=2.0.6
VERSION_CODE=12
VERSION_NAME=2.0.7
VERSION_CODE=13
GROUP=com.splitwise

ANDROID_BUILD_MIN_SDK_VERSION=14
Expand Down

0 comments on commit ca7c438

Please sign in to comment.