diff --git a/android/app/build.gradle b/android/app/build.gradle index bc7a7426..b8f994a3 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 = '9' -def flutterVersionName = '1.0.7' +def flutterVersionCode = '10' +def flutterVersionName = '1.0.8' apply plugin: 'com.android.application' apply plugin: 'kotlin-android' diff --git a/lib/common/application_constants.dart b/lib/common/application_constants.dart index eeaaf49c..8a67563a 100644 --- a/lib/common/application_constants.dart +++ b/lib/common/application_constants.dart @@ -1,4 +1,4 @@ -const String ApplicationVersion = "1.0.7"; +const String ApplicationVersion = "1.0.8"; const String ApplicationSourceCodeUrl = "https://github.com/Bennik2000/DHBWStudentInformationApp";