From 6d6725183b04074eadc5acceed0a974fdab675c9 Mon Sep 17 00:00:00 2001 From: hochi Date: Mon, 24 Jun 2019 16:05:00 +0200 Subject: [PATCH] bump version: 0.1.6 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f6c94f5..1730101 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "com.example.hochi.nextcompanion" minSdkVersion 15 targetSdkVersion 28 - versionCode 6 - versionName "0.1.5" + versionCode 7 + versionName "0.1.6" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {