From b5751ae1a4c262ffdc8cc240e620e62f213c0a23 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Tue, 1 Nov 2016 19:24:16 +0000 Subject: [PATCH] Fix build number --- app/app.iml | 16 ++++++++-------- app/build.gradle | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/app.iml b/app/app.iml index 33a7364..2d7a8c7 100644 --- a/app/app.iml +++ b/app/app.iml @@ -66,14 +66,6 @@ - - - - - - - - @@ -82,6 +74,14 @@ + + + + + + + + diff --git a/app/build.gradle b/app/build.gradle index 9d02b43..9618dc9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,7 +8,7 @@ android { applicationId "org.openlp.android2" minSdkVersion 16 targetSdkVersion 25 - versionCode 5 + versionCode 6 versionName "2.0" vectorDrawables.useSupportLibrary = true }