We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 216f952 commit a17a3c0Copy full SHA for a17a3c0
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 Test"
+ buildConfigField "String", "API_BASE_URL", '"https://test.amg.km/"'
85
dimension 'std'
86
- resValue "string", "release_tag", "comores-dev"
+ resValue "string", "release_tag", "comores-test"
87
}
88
89
chfDev {
0 commit comments