Skip to content

Commit

Permalink
Publish version 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Bennik2000 committed Sep 2, 2020
1 parent eb94884 commit 12eb8be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -60,8 +60,8 @@ android {

buildTypes {
release {
signingConfig signingConfigs.release
//signingConfig signingConfigs.debug
//signingConfig signingConfigs.release
signingConfig signingConfigs.debug
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion lib/common/application_constants.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const String ApplicationVersion = "1.0.9";
const String ApplicationVersion = "1.0.10";
const String ApplicationSourceCodeUrl =
"https://github.com/Bennik2000/DHBWStudentInformationApp";

Expand Down

0 comments on commit 12eb8be

Please sign in to comment.