Fixed Android build

This commit is contained in:
Dan Cojocaru 2021-08-23 14:45:59 +03:00
parent e86d424bd2
commit 0da3dfe9aa
Signed by: kbruen
GPG key ID: 818A889458EDC937
5 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,7 @@
v2.1.1
Fixed Android build
Switched versioning format
v2.0.7
Switched from WebView to API
Updated app to latest Flutter

View file

@ -43,7 +43,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "xyz.dcdevelop.info_tren"
applicationId "xyz.dcdevelop.infotren"
minSdkVersion 16
targetSdkVersion 30
versionCode flutterVersionCode.toInteger()

View file

@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="xyz.dcdevelop.info_tren">
package="xyz.dcdevelop.infotren">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->

View file

@ -1,4 +1,4 @@
package xyz.dcdevelop.info_tren
package xyz.dcdevelop.infotren
import io.flutter.embedding.android.FlutterActivity

View file

@ -11,7 +11,7 @@ description: O aplicație de vizualizare a datelor puse la dispoziție de Inform
# 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: 2.0.7
version: 2.1.1
environment:
sdk: ">=2.12.0 <3.0.0"