Skip to content

Commit c68f6d6

Browse files
committed
fix release url
1 parent 8efb3f3 commit c68f6d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ android {
8989
}
9090
demoRelease {
9191
applicationId = "org.openimis.imispolicies.demoRelease"
92-
buildConfigField "String", "API_BASE_URL", '"http://192.168.171.213:3000/"'
92+
buildConfigField "String", "API_BASE_URL", '"https://release.openimis.org/"'
9393
resValue "string", "app_name_policies", "Policies Release"
9494
dimension = 'std'
9595
}

0 commit comments

Comments
 (0)