From 10437a03533bfee29e213f1c7b6a4565b698f6e0 Mon Sep 17 00:00:00 2001 From: Morten Brix Pedersen Date: Tue, 16 Oct 2018 21:01:48 +0200 Subject: [PATCH] Bump version --- README.md | 2 +- library/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 322d49d..5c572d7 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A sample app to try out functionality in the library can be found on the [Releas Using Gradle: ```gradle -compile 'com.queue_it.androidsdk:library:2.0.16' +compile 'com.queue_it.androidsdk:library:2.0.17' ``` ## Usage diff --git a/library/build.gradle b/library/build.gradle index cceea0e..090fa40 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -8,7 +8,7 @@ android { minSdkVersion 15 targetSdkVersion 23 versionCode 1 - versionName "2.0.16" + versionName "2.0.17" } buildTypes { release {