6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 1d42f788
Changed files
comwell_key_app/android/app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Diff
diff --git a/comwell_key_app/android/app/build.gradle b/comwell_key_app/android/app/build.gradle
index 3968574d..3ee20326 100644
--- a/comwell_key_app/android/app/build.gradle
+++ b/comwell_key_app/android/app/build.gradle
@@ -90,22 +90,22 @@ android {
productFlavors{
- Develop {
+ develop {
dimension = "env"
resValue "string", "app_name", "Comwell Phoenix Dev"
applicationIdSuffix = ".dev"
}
- Test {
+ test {
dimension = "env"
resValue "string", "app_name", "Comwell Phoenix Test"
applicationIdSuffix = ".test"
}
- Stage {
+ stage {
dimension = "env"
resValue "string", "app_name", "Comwell Phoenix Stage"
applicationIdSuffix = ".stage"
}
- Prod {
+ prod {
dimension = "env"
resValue "string", "app_name", "Comwell Phoenix"
}