Skip to content

Commit

Permalink
Update version for 2.0.6/12
Browse files Browse the repository at this point in the history
  • Loading branch information
mgod committed Mar 15, 2016
1 parent ff8ed4c commit 9ff8094
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.5@aar"
compile "com.splitwise:tokenautocomplete:2.0.6@aar"
}
```
### Maven
```
<dependency>
<groupId>com.splitwise</groupId>
<artifactId>tokenautocomplete</artifactId>
<version>2.0.5</version>
<version>2.0.6</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.5
VERSION_CODE=11
VERSION_NAME=2.0.6
VERSION_CODE=12
GROUP=com.splitwise

ANDROID_BUILD_MIN_SDK_VERSION=14
Expand Down

0 comments on commit 9ff8094

Please sign in to comment.