From 87fce1e4aa79b4fee1dc098fa30d109a3b141e7a Mon Sep 17 00:00:00 2001 From: Rebecca Franks Date: Thu, 13 Oct 2016 15:12:52 +0200 Subject: [PATCH] chore: Up'ed version number. --- materialhelptutorial/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/materialhelptutorial/build.gradle b/materialhelptutorial/build.gradle index 865e982..e2eb28d 100644 --- a/materialhelptutorial/build.gradle +++ b/materialhelptutorial/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' apply plugin: 'com.github.dcendents.android-maven' apply plugin: 'com.jfrog.bintray' -version = "1.3.0" +version = "1.4.0" group = "za.co.riggaroo" def siteUrl = 'https://github.com/spongebobrf/MaterialIntroTutorial' @@ -15,7 +15,7 @@ android { defaultConfig { minSdkVersion 11 targetSdkVersion 24 - versionCode 8 + versionCode 9 versionName version } buildTypes {