Renaming package to org.comunes.fires

This commit is contained in:
vjrj 2018-06-13 10:39:33 +02:00
parent 521eef5aa8
commit 345b54bec3
4 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@ android {
defaultConfig { defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). // 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 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 27
versionCode 1 versionCode 1

View file

@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <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, <!-- The INTERNET permission is required for development. Specifically,
flutter needs it to communicate with the running application flutter needs it to communicate with the running application

View file

@ -1,4 +1,4 @@
package org.comunes.firesflutter; package org.comunes.fires;
import android.os.Bundle; import android.os.Bundle;

View file

@ -382,7 +382,7 @@
"$(inherited)", "$(inherited)",
"$(PROJECT_DIR)/Flutter", "$(PROJECT_DIR)/Flutter",
); );
PRODUCT_BUNDLE_IDENTIFIER = org.comunes.firesFlutter; PRODUCT_BUNDLE_IDENTIFIER = org.comunes.fires;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
VERSIONING_SYSTEM = "apple-generic"; VERSIONING_SYSTEM = "apple-generic";
}; };
@ -405,7 +405,7 @@
"$(inherited)", "$(inherited)",
"$(PROJECT_DIR)/Flutter", "$(PROJECT_DIR)/Flutter",
); );
PRODUCT_BUNDLE_IDENTIFIER = org.comunes.firesFlutter; PRODUCT_BUNDLE_IDENTIFIER = org.comunes.fires;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
VERSIONING_SYSTEM = "apple-generic"; VERSIONING_SYSTEM = "apple-generic";
}; };