WT1.1.0+42 android release

This commit is contained in:
bossanyit 2020-12-31 09:41:12 +01:00
parent a7a75298d1
commit 234a2f10e9
3 changed files with 3 additions and 3 deletions

View File

@ -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
}
}
}

View File

@ -1,4 +1,4 @@
storePassword=tbi6012Andi
keyPassword=tbi6012Andi
keyAlias=key
storeFile=c:/Users/bossa/.ssh/key.jks
storeFile=/Users/tiborbossanyi/.ssh/key.jks

View File

@ -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"