Skip to content

Commit 1e25476

Browse files
committed
add prod and test variante
1 parent 25ba360 commit 1e25476

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

claimManagement/build.gradle

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)