We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43cee0f commit 8d22ba7Copy full SHA for 8d22ba7
1 file changed
claimManagement/build.gradle
@@ -27,7 +27,7 @@ android {
27
minSdkVersion 23
28
targetSdkVersion 32
29
versionCode 4
30
- versionName "2.0.1"
+ versionName "1.1.0"
31
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
32
}
33
buildTypes {
@@ -81,7 +81,7 @@ android {
81
comoresDev{
82
applicationIdSuffix ".comoresDev"
83
resValue "string", "app_name_claims", "Claims Comores"
84
- buildConfigField "String", "API_BASE_URL", '"https://test.amg.km/"'
+ buildConfigField "String", "API_BASE_URL", '"https://dev.amg.km/"'
85
dimension 'std'
86
87
0 commit comments