We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51abae9 commit 10437a0Copy full SHA for 10437a0
README.md
@@ -13,7 +13,7 @@ A sample app to try out functionality in the library can be found on the [Releas
13
Using Gradle:
14
15
```gradle
16
-compile 'com.queue_it.androidsdk:library:2.0.16'
+compile 'com.queue_it.androidsdk:library:2.0.17'
17
```
18
19
## Usage
library/build.gradle
@@ -8,7 +8,7 @@ android {
8
minSdkVersion 15
9
targetSdkVersion 23
10
versionCode 1
11
- versionName "2.0.16"
+ versionName "2.0.17"
12
}
buildTypes {
release {
0 commit comments