Skip to content

Commit

Permalink
Publish version 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Bennik2000 committed Sep 23, 2020
1 parent 18d89ec commit 7b85ea5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 = '14'
def flutterVersionName = '1.0.12'
def flutterVersionCode = '15'
def flutterVersionName = '1.0.13'

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
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.12";
const String ApplicationVersion = "1.0.13";
const String ApplicationSourceCodeUrl =
"https://github.com/Bennik2000/DHBWStudentInformationApp";

Expand Down

0 comments on commit 7b85ea5

Please sign in to comment.