Renaming package to org.comunes.fires
This commit is contained in:
parent
521eef5aa8
commit
345b54bec3
4 changed files with 5 additions and 5 deletions
|
|
@ -23,7 +23,7 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
||||
applicationId "org.comunes.firesflutter"
|
||||
applicationId "org.comunes.fires"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 27
|
||||
versionCode 1
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.comunes.firesflutter">
|
||||
package="org.comunes.fires">
|
||||
|
||||
<!-- The INTERNET permission is required for development. Specifically,
|
||||
flutter needs it to communicate with the running application
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package org.comunes.firesflutter;
|
||||
package org.comunes.fires;
|
||||
|
||||
import android.os.Bundle;
|
||||
|
||||
|
|
@ -382,7 +382,7 @@
|
|||
"$(inherited)",
|
||||
"$(PROJECT_DIR)/Flutter",
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = org.comunes.firesFlutter;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = org.comunes.fires;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
VERSIONING_SYSTEM = "apple-generic";
|
||||
};
|
||||
|
|
@ -405,7 +405,7 @@
|
|||
"$(inherited)",
|
||||
"$(PROJECT_DIR)/Flutter",
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = org.comunes.firesFlutter;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = org.comunes.fires;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
VERSIONING_SYSTEM = "apple-generic";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue