From 3516e4cb446b4c2181860acdfe4c1df1f190c354 Mon Sep 17 00:00:00 2001 From: Natalie Date: Mon, 11 Mar 2019 13:25:05 +0100 Subject: [PATCH] Adjust version name and code --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e736750..6b72ba7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "com.prangesoftwaresolutions.audioanchor" minSdkVersion 19 targetSdkVersion 26 - versionCode 8 - versionName "1.7" + versionCode 9 + versionName "1.8" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {