Skip to content

Commit

Permalink
Update version to 2.0.8/14
Browse files Browse the repository at this point in the history
  • Loading branch information
mgod committed Sep 22, 2016
1 parent ad0c64e commit 36b7141
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.7@aar"
compile "com.splitwise:tokenautocomplete:2.0.8@aar"
}
```
### Maven
```
<dependency>
<groupId>com.splitwise</groupId>
<artifactId>tokenautocomplete</artifactId>
<version>2.0.7</version>
<version>2.0.8</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.7
VERSION_CODE=13
VERSION_NAME=2.0.8
VERSION_CODE=14
GROUP=com.splitwise

ANDROID_BUILD_MIN_SDK_VERSION=14
Expand Down

0 comments on commit 36b7141

Please sign in to comment.