From 00a6846879ed3e3659f5680ee4572e6ce10521e9 Mon Sep 17 00:00:00 2001
From: Florian <florian.taurer@gmx.at>
Date: Mon, 28 May 2018 16:31:46 +0200
Subject: [PATCH] updated version number

---
 SoniControl/app/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/SoniControl/app/build.gradle b/SoniControl/app/build.gradle
index 5ba626a8..f40fe2f4 100644
--- a/SoniControl/app/build.gradle
+++ b/SoniControl/app/build.gradle
@@ -11,8 +11,8 @@ android {
         applicationId "at.ac.fhstp.sonicontrol"
         minSdkVersion 16 // more than 95% of all active Android devices (mid 2017)
         targetSdkVersion 25
-        versionCode 11
-        versionName "1.2.0"
+        versionCode 12
+        versionName "1.3.0"
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
 
         ndk {
-- 
GitLab