mirror of
https://bitbucket.org/FransoletThomas/tablet-app.git
synced 2025-12-06 00:21:19 +00:00
Release new version 1.3.0
This commit is contained in:
parent
fab3a9c510
commit
d070adf287
BIN
RELEASE/app-release_version_1_3.aab
Normal file
BIN
RELEASE/app-release_version_1_3.aab
Normal file
Binary file not shown.
@ -66,6 +66,9 @@ android {
|
||||
// TODO: Add your own signing config for the release build.
|
||||
// Signing with the debug keys for now, so `flutter run --release` works.
|
||||
signingConfig signingConfigs.release // signingConfigs.release for release, signingConfigs.debug for debug
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
debuggable false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="be.musee.de.la.fraise.tablet_app">
|
||||
<application
|
||||
android:label="Tablet App"
|
||||
android:label="MyMuseum"
|
||||
android:usesCleartextTraffic="true"
|
||||
android:icon="@mipmap/launcher_icon">
|
||||
<activity
|
||||
|
||||
4
android/key.properties
Normal file
4
android/key.properties
Normal 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
|
||||
4
android/key_OLD.properties
Normal file
4
android/key_OLD.properties
Normal file
@ -0,0 +1,4 @@
|
||||
storePassword=Unov5100!
|
||||
keyPassword=Unov5100!
|
||||
keyAlias=upload
|
||||
storeFile=C:/Users/thoma/upload-keystore.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.0.0+1
|
||||
version: 1.3.0+2
|
||||
|
||||
environment:
|
||||
sdk: ">=2.7.0 <3.0.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user