From 2fc973a730908377bc9100b0ad93f1792e8fd93f Mon Sep 17 00:00:00 2001
From: Florian <florian.taurer@gmx.at>
Date: Thu, 31 May 2018 05:49:07 +0200
Subject: [PATCH] change versioncode and versionnumber

---
 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 f40fe2f4..82cbd0d9 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 12
-        versionName "1.3.0"
+        versionCode 13
+        versionName "1.3.1"
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
 
         ndk {
-- 
GitLab