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 11c22cd commit 4b73840Copy full SHA for 4b73840
README.md
@@ -12,7 +12,7 @@ A sample app to try out functionality in the library can be found on the [Releas
12
13
Using Gradle:
14
15
- compile 'com.queue_it.androidsdk:library:2.0.13'
+ compile 'com.queue_it.androidsdk:library:2.0.14'
16
17
## Usage
18
library/build.gradle
@@ -8,7 +8,7 @@ android {
8
minSdkVersion 15
9
targetSdkVersion 23
10
versionCode 1
11
- versionName "2.0.13"
+ versionName "2.0.14"
}
buildTypes {
release {
0 commit comments