Release new version 1.3.0

This commit is contained in:
Fransolet Thomas 2022-03-30 10:07:36 +02:00
parent fab3a9c510
commit d070adf287
6 changed files with 13 additions and 2 deletions

Binary file not shown.

View File

@ -66,6 +66,9 @@ android {
// TODO: Add your own signing config for the release build. // TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works. // Signing with the debug keys for now, so `flutter run --release` works.
signingConfig signingConfigs.release // signingConfigs.release for release, signingConfigs.debug for debug signingConfig signingConfigs.release // signingConfigs.release for release, signingConfigs.debug for debug
minifyEnabled true
shrinkResources true
debuggable false
} }
} }
} }

View File

@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="be.musee.de.la.fraise.tablet_app"> package="be.musee.de.la.fraise.tablet_app">
<application <application
android:label="Tablet App" android:label="MyMuseum"
android:usesCleartextTraffic="true" android:usesCleartextTraffic="true"
android:icon="@mipmap/launcher_icon"> android:icon="@mipmap/launcher_icon">
<activity <activity

4
android/key.properties Normal file
View File

@ -0,0 +1,4 @@
storePassword=Unov5100!
keyPassword=Unov5100!
keyAlias=key
storeFile=C:/Users/thoma/OneDrive/Documents/Unov/App Play store/Tablet App/android_key.jks

View File

@ -0,0 +1,4 @@
storePassword=Unov5100!
keyPassword=Unov5100!
keyAlias=upload
storeFile=C:/Users/thoma/upload-keystore.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. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at # Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.0+1 version: 1.3.0+2
environment: environment:
sdk: ">=2.7.0 <3.0.0" sdk: ">=2.7.0 <3.0.0"