From bc2e1a2247ad55893f8e00995b88145beda2d474 Mon Sep 17 00:00:00 2001 From: Bennik2000 Date: Wed, 7 Oct 2020 11:52:59 +0200 Subject: [PATCH] Publish version 1.1.0 --- android/app/build.gradle | 4 ++-- lib/common/application_constants.dart | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 4b90bfba..3fc7d948 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 = '17' -def flutterVersionName = '1.1.0-RC1' +def flutterVersionCode = '18' +def flutterVersionName = '1.1.0' apply plugin: 'com.android.application' apply plugin: 'kotlin-android' diff --git a/lib/common/application_constants.dart b/lib/common/application_constants.dart index 68d08a3c..5187b513 100644 --- a/lib/common/application_constants.dart +++ b/lib/common/application_constants.dart @@ -1,4 +1,4 @@ -const String ApplicationVersion = "1.1.0-RC1"; +const String ApplicationVersion = "1.1.0"; const String ApplicationSourceCodeUrl = "https://github.com/Bennik2000/DHBWStudentInformationApp";