We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8efb3f3 commit c68f6d6Copy full SHA for c68f6d6
1 file changed
app/build.gradle
@@ -89,7 +89,7 @@ android {
89
}
90
demoRelease {
91
applicationId = "org.openimis.imispolicies.demoRelease"
92
- buildConfigField "String", "API_BASE_URL", '"http://192.168.171.213:3000/"'
+ buildConfigField "String", "API_BASE_URL", '"https://release.openimis.org/"'
93
resValue "string", "app_name_policies", "Policies Release"
94
dimension = 'std'
95
0 commit comments