Change the bundle name
This commit is contained in:
parent
b6c224e8c4
commit
e715a9634d
8 changed files with 10 additions and 9 deletions
|
@ -1,5 +1,6 @@
|
|||
v2.7.0
|
||||
Changed domain name for server providing the data.
|
||||
Changed bundle name accordingly.
|
||||
|
||||
v2.6.0
|
||||
Added ability to view yesterday data for trains that didn't depart yet today.
|
||||
|
|
|
@ -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.infotren"
|
||||
applicationId "ro.dcdev.infotren"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 31
|
||||
versionCode flutterVersionCode.toInteger()
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="xyz.dcdevelop.infotren">
|
||||
package="ro.dcdev.infotren">
|
||||
<!-- Flutter needs it to communicate with the running application
|
||||
to allow setting breakpoints, to provide hot reload, etc.
|
||||
-->
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="xyz.dcdevelop.infotren">
|
||||
package="ro.dcdev.infotren">
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
<application
|
||||
android:label="Info Tren"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package xyz.dcdevelop.infotren
|
||||
package ro.dcdev.infotren
|
||||
|
||||
import io.flutter.embedding.android.FlutterActivity
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="xyz.dcdevelop.info_tren">
|
||||
package="ro.dcdev.info_tren">
|
||||
<!-- Flutter needs it to communicate with the running application
|
||||
to allow setting breakpoints, to provide hot reload, etc.
|
||||
-->
|
||||
|
|
|
@ -296,7 +296,7 @@
|
|||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 2.0.7;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = xyz.dcdevelop.infotren;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = ro.dcdev.infotren;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||
SWIFT_VERSION = 5.0;
|
||||
|
@ -426,7 +426,7 @@
|
|||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 2.0.7;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = xyz.dcdevelop.infotren;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = ro.dcdev.infotren;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||
|
@ -450,7 +450,7 @@
|
|||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 2.0.7;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = xyz.dcdevelop.infotren;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = ro.dcdev.infotren;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||
SWIFT_VERSION = 5.0;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
PRODUCT_NAME = Info Tren
|
||||
|
||||
// The application's bundle identifier
|
||||
PRODUCT_BUNDLE_IDENTIFIER = xyz.dcdevelop.infotren
|
||||
PRODUCT_BUNDLE_IDENTIFIER = ro.dcdev.infotren
|
||||
|
||||
// The copyright displayed in application information
|
||||
PRODUCT_COPYRIGHT = Copyright © 2021 Dan Cojocaru. All rights reserved.
|
||||
|
|
Loading…
Add table
Reference in a new issue