Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 80b2d69

Browse files
committedSep 18, 2023
Engine, SDC, Workflow, Knowledge
- With unmerged PR #1 - With unmerged PR google#1669 - With unmerged PR google#2178 - With unmerged PR #9 - With unmerged PR #10
1 parent 6a1ccc3 commit 80b2d69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎buildSrc/src/main/kotlin/Releases.kt

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ object Releases {
5454

5555
object DataCapture : LibraryArtifact {
5656
override val artifactId = "data-capture"
57-
override val version = "1.0.0-preview17-SNAPSHOT"
57+
override val version = "1.0.0-preview18-SNAPSHOT"
5858
override val name = "Android FHIR Structured Data Capture Library"
5959
}
6060

6161
object Workflow : LibraryArtifact {
6262
override val artifactId = "workflow"
63-
override val version = "0.1.0-alpha03-preview1-SNAPSHOT"
63+
override val version = "0.1.0-alpha03-preview2-SNAPSHOT"
6464
override val name = "Android FHIR Workflow Library"
6565
}
6666

@@ -74,7 +74,7 @@ object Releases {
7474

7575
object Knowledge : LibraryArtifact {
7676
override val artifactId = "knowledge"
77-
override val version = "0.1.0-alpha01-preview2-SNAPSHOT"
77+
override val version = "0.1.0-alpha01-preview3-SNAPSHOT"
7878
override val name = "Android FHIR Knowledge Manager Library"
7979
}
8080

0 commit comments

Comments
 (0)
Please sign in to comment.