File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ android {
6767 demoProd {
6868 applicationIdSuffix " .demoProd"
6969 resValue " string" , " app_name_claims" , " Claims Demo"
70- buildConfigField " String" , " API_BASE_URL" , ' "https://dev.amg.km /"'
70+ buildConfigField " String" , " API_BASE_URL" , ' "https://demo.openimis.org /"'
7171 dimension ' std'
7272 }
7373
@@ -78,6 +78,13 @@ android {
7878 dimension ' std'
7979 }
8080
81+ comoresDev{
82+ applicationIdSuffix " .comoresDev"
83+ resValue " string" , " app_name_claims" , " Claims Comores"
84+ buildConfigField " String" , " API_BASE_URL" , ' "https://test.amg.km/"'
85+ dimension ' std'
86+ }
87+
8188 chfDev {
8289 applicationIdSuffix " .chfDev"
8390 resValue " string" , " app_name_claims" , " Claims CHF"
@@ -165,6 +172,8 @@ android {
165172
166173 mauritaniaTrain. java. srcDir ' src/demoProd/java'
167174
175+ comoresDev. java. srcDir ' src/demoProd/java'
176+
168177 cli. java. srcDir System . getenv(" CLI_JAVA_DIR" ) ?: ' src/demoProd/java'
169178 cli. res. srcDir System . getenv(" CLI_RES_DIR" ) ?: ' src/demoProd/res'
170179 }
You can’t perform that action at this time.
0 commit comments