File tree 2 files changed +2
-2
lines changed
src/main/java/org/smartregister/fhircore/engine/util/extension
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ dependencies {
104
104
implementation(" androidx.fragment:fragment-ktx:1.7.1" )
105
105
api(" io.jsonwebtoken:jjwt:0.9.1" )
106
106
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" ) {
108
108
exclude(group = " org.slf4j" , module = " jcl-over-slf4j" )
109
109
}
110
110
implementation(" com.squareup.okhttp3:logging-interceptor:4.12.0" )
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ package org.smartregister.fhircore.engine.util.extension
20
20
* Get the practitioner endpoint url and append the keycloak-uuid. The original String is assumed to
21
21
* be a keycloak-uuid.
22
22
*/
23
- fun String.practitionerEndpointUrl (): String = " practitioner-details ?keycloak-uuid=$this "
23
+ fun String.practitionerEndpointUrl (): String = " PractitionerDetail ?keycloak-uuid=$this "
You can’t perform that action at this time.
0 commit comments