From c1abadbc2034a8ac943d6a2d74814d8c8c3b19c8 Mon Sep 17 00:00:00 2001 From: Martin Ndegwa Date: Tue, 12 Nov 2024 09:35:43 +0300 Subject: [PATCH] SDK Release - SDC 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/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 ee520410ec..35ca2e0dd7 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-preview3-SNAPSHOT" + override val version = "1.2.0-preview4-SNAPSHOT" override val name = "Android FHIR Structured Data Capture Library" }