From 10e24efb674f15666a35ce86009a65663870d951 Mon Sep 17 00:00:00 2001 From: Martin Ndegwa Date: Wed, 2 Oct 2024 11:30:55 +0300 Subject: [PATCH] SDK Release - Engine, SDC, Knowledge, 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 PERF - WUP https://github.com/google/android-fhir/pull/2669 - WUP https://github.com/google/android-fhir/pull/2565 - WUP https://github.com/google/android-fhir/issues/2561 - WUP https://github.com/google/android-fhir/pull/2535 --- 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 f2c245ab37..ad0a7a3a3e 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" + override val version = "1.2.0-preview-SNAPSHOT" override val name = "Android FHIR Structured Data Capture Library" }