From fbb0b0aebd914ad4ab8bcd148624650b22799784 Mon Sep 17 00:00:00 2001 From: Martin Ndegwa Date: Tue, 5 Nov 2024 10:32:32 +0300 Subject: [PATCH] SDK Release - Engine, SDC, Workflow FORK - With unmerged PR https://github.com/opensrp/android-fhir/pull/9 - WUP https://github.com/opensrp/android-fhir/pull/13 SDK - WUP https://github.com/google/android-fhir/pull/2178 - WUP https://github.com/google/android-fhir/pull/2650 - WUP https://github.com/google/android-fhir/pull/2663 - WUP https://github.com/google/android-fhir/pull/2689 - WUP https://github.com/google/android-fhir/pull/2645 --- buildSrc/src/main/kotlin/Releases.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/Releases.kt b/buildSrc/src/main/kotlin/Releases.kt index 5c50f80b7b..ee520410ec 100644 --- a/buildSrc/src/main/kotlin/Releases.kt +++ b/buildSrc/src/main/kotlin/Releases.kt @@ -56,7 +56,7 @@ object Releases { object DataCapture : LibraryArtifact { override val artifactId = "data-capture" - override val version = "1.2.0-preview2-SNAPSHOT" + override val version = "1.2.0-preview3-SNAPSHOT" override val name = "Android FHIR Structured Data Capture Library" }