From 8f0514e42f11c2bfc432824976cfec6e109331d7 Mon Sep 17 00:00:00 2001 From: lloydtorres Date: Fri, 5 Jan 2018 22:09:22 -0500 Subject: [PATCH] Bump up version to 1.10.1 --- Stately/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Stately/app/build.gradle b/Stately/app/build.gradle index 212ec5cb..1735f09b 100644 --- a/Stately/app/build.gradle +++ b/Stately/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId "com.lloydtorres.stately" minSdkVersion 16 targetSdkVersion 27 - versionCode 42 - versionName "1.10.0" + versionCode 43 + versionName "1.10.1" vectorDrawables.useSupportLibrary = true } buildTypes {