Skip to content

Commit

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

ANDROID_BUILD_MIN_SDK_VERSION=14
Expand Down

0 comments on commit 88f92e4

Please sign in to comment.