From a51acfa0248805c3fae12d1f38bacfe7143f139f Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Sat, 27 Oct 2018 18:05:51 +0100 Subject: [PATCH] Bump version (1.1) --- mobile/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/build.gradle b/mobile/build.gradle index 07ac545..08cdfcd 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -6,8 +6,8 @@ android { applicationId "com.acmetensortoys.ctfwstimer" minSdkVersion 16 targetSdkVersion 28 - versionCode 8 - versionName "1.0.2" + versionCode 9 + versionName "1.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { -- 2.50.1