diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml
index a8c3615f..e51d44d2 100644
--- a/.github/workflows/continuous-integration.yml
+++ b/.github/workflows/continuous-integration.yml
@@ -102,6 +102,7 @@ jobs:
firebase appdistribution:distribute build/app/outputs/flutter-apk/app-staging-release.apk \
--token "$STAGING_FIREBASE_CI_TOKEN" \
--app "$STAGING_ANDROID_APP_ID" \
+ --groups agir-team
env:
STAGING_FIREBASE_CI_TOKEN: ${{ secrets.STAGING_FIREBASE_CI_TOKEN }}
STAGING_ANDROID_APP_ID: ${{ secrets.STAGING_ANDROID_APP_ID }}
\ No newline at end of file
diff --git a/android/app/build.gradle b/android/app/build.gradle
index 100e2968..6d07114a 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -69,6 +69,8 @@ android {
dimension "default"
applicationIdSuffix ".staging"
versionNameSuffix "-staging"
+ resValue "string", "app_name", "Agir ! (Staging)"
+
}
prod {
dimension "default"
diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml
index 399f6981..e00e92d4 100644
--- a/android/app/src/debug/AndroidManifest.xml
+++ b/android/app/src/debug/AndroidManifest.xml
@@ -3,5 +3,7 @@
the Flutter tool needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
-
+
+
+
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index 4ccec146..2467925f 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -1,6 +1,7 @@
+
+
+
\ No newline at end of file