From 12eb8beb687cb8549166b213a9decf09ee672c33 Mon Sep 17 00:00:00 2001 From: Bennik2000 Date: Wed, 2 Sep 2020 23:37:40 +0200 Subject: [PATCH] Publish version 1.0.10 --- 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 286db32a..6de1fc91 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 = '11' -def flutterVersionName = '1.0.9' +def flutterVersionCode = '12' +def flutterVersionName = '1.0.10' 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 0d75d546..55cfef08 100644 --- a/lib/common/application_constants.dart +++ b/lib/common/application_constants.dart @@ -1,4 +1,4 @@ -const String ApplicationVersion = "1.0.9"; +const String ApplicationVersion = "1.0.10"; const String ApplicationSourceCodeUrl = "https://github.com/Bennik2000/DHBWStudentInformationApp";