diff --git a/android/app/build.gradle b/android/app/build.gradle index a313d09f..bbd535c9 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 = '19' -def flutterVersionName = '1.1.1' +def flutterVersionCode = '20' +def flutterVersionName = '1.1.2' apply plugin: 'com.android.application' apply plugin: 'kotlin-android' diff --git a/lib/common/application_constants.dart b/lib/common/application_constants.dart index e213bfbb..1458b609 100644 --- a/lib/common/application_constants.dart +++ b/lib/common/application_constants.dart @@ -1,4 +1,4 @@ -const String ApplicationVersion = "1.1.1"; +const String ApplicationVersion = "1.1.2"; const String ApplicationSourceCodeUrl = "https://github.com/Bennik2000/DHBWStudentInformationApp";