From c978b288d5da2e40a2aa104994c8ea717da16c09 Mon Sep 17 00:00:00 2001 From: thelooter Date: Tue, 27 Aug 2024 20:36:19 +0200 Subject: [PATCH] Bump version to 1.5.0 --- android/app/build.gradle | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 13b9313..7c18130 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -55,8 +55,8 @@ android { minSdkVersion 21 targetSdkVersion 34 multiDexEnabled true - versionCode 1 - versionName "1.4.1" + versionCode = flutterVersionCode.toInteger() + versionName = flutterVersionName } signingConfigs { diff --git a/pubspec.yaml b/pubspec.yaml index 0c23379..85bf620 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Your mobile companion for Gitlab publish_to: "none" # Remove this line if you wish to publish to pub.dev -version: 1.4.1+1 +version: 1.5.0+2 environment: sdk: "^3.5.1"