diff --git a/android/app/build.gradle b/android/app/build.gradle index 2d10ed44..8d92c3cd 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 = '14' -def flutterVersionName = '1.0.12' +def flutterVersionCode = '15' +def flutterVersionName = '1.0.13' apply plugin: 'com.android.application' apply plugin: 'kotlin-android' diff --git a/lib/common/application_constants.dart b/lib/common/application_constants.dart index e0f05177..17256831 100644 --- a/lib/common/application_constants.dart +++ b/lib/common/application_constants.dart @@ -1,4 +1,4 @@ -const String ApplicationVersion = "1.0.12"; +const String ApplicationVersion = "1.0.13"; const String ApplicationSourceCodeUrl = "https://github.com/Bennik2000/DHBWStudentInformationApp";