From 75f243da2ec22cc9b7605b25d2ad0383de39422c Mon Sep 17 00:00:00 2001 From: Martin Ndegwa Date: Mon, 28 Aug 2023 10:28:03 +0300 Subject: [PATCH] Engine, SDC, Workflow, Common, Knowledge - With unmerged PR https://github.com/google/android-fhir/pull/2032 - With unmerged PR https://github.com/opensrp/android-fhir/pull/1 - With unmerged PR https://github.com/google/android-fhir/pull/1669 - With unmerged PR https://github.com/google/android-fhir/pull/2132 - With unmerged PR https://github.com/opensrp/android-fhir/pull/9 - With unmerged PR https://github.com/google/android-fhir/pull/2076 - With unmerged PR https://github.com/opensrp/android-fhir/pull/10 --- 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 2c0de7c5ce..07a6c07fbb 100644 --- a/buildSrc/src/main/kotlin/Releases.kt +++ b/buildSrc/src/main/kotlin/Releases.kt @@ -54,7 +54,7 @@ object Releases { object DataCapture : LibraryArtifact { override val artifactId = "data-capture" - override val version = "1.0.0-preview15-SNAPSHOT" + override val version = "1.0.0-preview16-SNAPSHOT" override val name = "Android FHIR Structured Data Capture Library" }