WT1.1.0+42 android release
This commit is contained in:
parent
a7a75298d1
commit
234a2f10e9
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
storePassword=tbi6012Andi
|
||||
keyPassword=tbi6012Andi
|
||||
keyAlias=key
|
||||
storeFile=c:/Users/bossa/.ssh/key.jks
|
||||
storeFile=/Users/tiborbossanyi/.ssh/key.jks
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user