We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4243ef9 commit 75b1167Copy full SHA for 75b1167
1 file changed
claimManagement/build.gradle
@@ -80,10 +80,10 @@ android {
80
81
comoresDev{
82
applicationIdSuffix ".comoresDev"
83
- resValue "string", "app_name_claims", "Claims Comores Dev"
84
- buildConfigField "String", "API_BASE_URL", '"https://dev.amg.km/"'
+ resValue "string", "app_name_claims", "Claims Comores"
+ buildConfigField "String", "API_BASE_URL", '"https://amg.km/"'
85
dimension 'std'
86
- resValue "string", "release_tag", "comores-dev"
+ resValue "string", "release_tag", "comores"
87
}
88
89
chfDev {
0 commit comments