Skip to content

Commit 09c71ed

Browse files
authoredJun 25, 2024··
Merge pull request #70 from d-tree-org/69-questmalawi-core-android-app-hapi-fhir-update-to-v619
[Quest/Malawi Core] Android App : HAPI FHIR update to v6.1.9
2 parents acbc015 + de2ce39 commit 09c71ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎android/engine/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ dependencies {
104104
implementation("androidx.fragment:fragment-ktx:1.7.1")
105105
api("io.jsonwebtoken:jjwt:0.9.1")
106106
implementation("androidx.security:security-crypto:1.1.0-alpha06")
107-
api("org.smartregister:fhir-common-utils:0.0.8-SNAPSHOT") {
107+
api("org.smartregister:fhir-common-utils:1.0.0-SNAPSHOT") {
108108
exclude(group = "org.slf4j", module = "jcl-over-slf4j")
109109
}
110110
implementation("com.squareup.okhttp3:logging-interceptor:4.12.0")

‎android/engine/src/main/java/org/smartregister/fhircore/engine/util/extension/StringExtensions.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ package org.smartregister.fhircore.engine.util.extension
2020
* Get the practitioner endpoint url and append the keycloak-uuid. The original String is assumed to
2121
* be a keycloak-uuid.
2222
*/
23-
fun String.practitionerEndpointUrl(): String = "practitioner-details?keycloak-uuid=$this"
23+
fun String.practitionerEndpointUrl(): String = "PractitionerDetail?keycloak-uuid=$this"

0 commit comments

Comments
 (0)
Please sign in to comment.