Skip to content
Snippets Groups Projects
Commit 74a81de6 authored by poka's avatar poka
Browse files

change android app bundle id

parent 7818cb3c
No related branches found
No related tags found
No related merge requests found
Pipeline #40064 waiting for manual action
......@@ -29,7 +29,7 @@ if (keystorePropertiesFile.exists()) {
}
android {
namespace "gecko.axiomteam.fr"
namespace "fr.axiomteam.gecko"
compileSdk flutter.compileSdkVersion
ndkVersion "25.1.8937393" //flutter.ndkVersion
......@@ -48,7 +48,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "gecko.axiomteam.fr"
applicationId "fr.axiomteam.gecko"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion flutter.minSdkVersion
......
package gecko.axiomteam.fr
package fr.axiomteam.gecko
import io.flutter.embedding.android.FlutterActivity
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment