From 4a6d021e82c080e0b4ea3e01fc63e40a007e69b6 Mon Sep 17 00:00:00 2001 From: Bennik2000 Date: Sat, 29 Aug 2020 12:51:02 +0200 Subject: [PATCH] Publish version 1.0.9 --- android/app/build.gradle | 8 ++++---- lib/common/application_constants.dart | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 4893e1d2..286db32a 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -11,8 +11,8 @@ if (flutterRoot == null) { throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.") } -def flutterVersionCode = '10' -def flutterVersionName = '1.0.8' +def flutterVersionCode = '11' +def flutterVersionName = '1.0.9' apply plugin: 'com.android.application' apply plugin: 'kotlin-android' @@ -60,8 +60,8 @@ android { buildTypes { release { - //signingConfig signingConfigs.release - signingConfig signingConfigs.debug + signingConfig signingConfigs.release + //signingConfig signingConfigs.debug } } } diff --git a/lib/common/application_constants.dart b/lib/common/application_constants.dart index 8a67563a..0d75d546 100644 --- a/lib/common/application_constants.dart +++ b/lib/common/application_constants.dart @@ -1,4 +1,4 @@ -const String ApplicationVersion = "1.0.8"; +const String ApplicationVersion = "1.0.9"; const String ApplicationSourceCodeUrl = "https://github.com/Bennik2000/DHBWStudentInformationApp";