We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bfe171 commit 88f92e4Copy full SHA for 88f92e4
2 files changed
README.md
@@ -19,15 +19,15 @@ Setup
19
### Gradle
20
```
21
dependencies {
22
- compile "com.splitwise:tokenautocomplete:2.0.4@aar"
+ compile "com.splitwise:tokenautocomplete:2.0.5@aar"
23
}
24
25
### Maven
26
27
<dependency>
28
<groupId>com.splitwise</groupId>
29
<artifactId>tokenautocomplete</artifactId>
30
- <version>2.0.4</version>
+ <version>2.0.5</version>
31
<type>aar</type>
32
</dependency>
33
gradle.properties
@@ -17,8 +17,8 @@
17
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18
# 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
0 commit comments