From 234a2f10e9161883dccca50116935811033c104b Mon Sep 17 00:00:00 2001 From: bossanyit Date: Thu, 31 Dec 2020 09:41:12 +0100 Subject: [PATCH] WT1.1.0+42 android release --- android/app/build.gradle | 2 +- android/key.properties | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index fa45132..35efa81 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -64,7 +64,7 @@ android { buildTypes { release { // Signing with the debug keys for now, so `flutter run --release` works. -// signingConfig signingConfigs.release + signingConfig signingConfigs.release } } } diff --git a/android/key.properties b/android/key.properties index 39725b5..9e98208 100644 --- a/android/key.properties +++ b/android/key.properties @@ -1,4 +1,4 @@ storePassword=tbi6012Andi keyPassword=tbi6012Andi keyAlias=key -storeFile=c:/Users/bossa/.ssh/key.jks \ No newline at end of file +storeFile=/Users/tiborbossanyi/.ssh/key.jks \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 4e736bd..2e61281 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.1.2+40 +version: 1.1.2+42 environment: sdk: ">=2.7.0 <3.0.0"