@@ -27,7 +27,7 @@ android {
2727 minSdkVersion 23
2828 targetSdkVersion 32
2929 versionCode 4
30- versionName " 1.2.4 "
30+ versionName " 1.2.5 "
3131 testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
3232 }
3333 buildTypes {
@@ -78,6 +78,14 @@ android {
7878 dimension ' std'
7979 }
8080
81+ comoresProd{
82+ applicationIdSuffix " .comores"
83+ resValue " string" , " app_name_claims" , " Claims Comores"
84+ buildConfigField " String" , " API_BASE_URL" , ' "https://amg.km/"'
85+ dimension ' std'
86+ resValue " string" , " release_tag" , " comores"
87+ }
88+
8189 comoresDev{
8290 applicationIdSuffix " .comoresDev"
8391 resValue " string" , " app_name_claims" , " Claims Comores Dev"
@@ -86,6 +94,14 @@ android {
8694 resValue " string" , " release_tag" , " comores-dev"
8795 }
8896
97+ comoresTest {
98+ applicationIdSuffix " .comoresTest"
99+ resValue " string" , " app_name_claims" , " Claims Comores Test"
100+ buildConfigField " String" , " API_BASE_URL" , ' "https://test.amg.km/"'
101+ dimension ' std'
102+ resValue " string" , " release_tag" , " comores-test"
103+ }
104+
89105 chfDev {
90106 applicationIdSuffix " .chfDev"
91107 resValue " string" , " app_name_claims" , " Claims CHF"
0 commit comments