Skip to content

Commit 8d22ba7

Browse files
committed
fix version & logo
1 parent 43cee0f commit 8d22ba7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

claimManagement/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727
minSdkVersion 23
2828
targetSdkVersion 32
2929
versionCode 4
30-
versionName "2.0.1"
30+
versionName "1.1.0"
3131
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
3232
}
3333
buildTypes {
@@ -81,7 +81,7 @@ android {
8181
comoresDev{
8282
applicationIdSuffix ".comoresDev"
8383
resValue "string", "app_name_claims", "Claims Comores"
84-
buildConfigField "String", "API_BASE_URL", '"https://test.amg.km/"'
84+
buildConfigField "String", "API_BASE_URL", '"https://dev.amg.km/"'
8585
dimension 'std'
8686
}
8787

0 commit comments

Comments
 (0)