Skip to content

Commit 4abd9cc

Browse files
committed
Engine, SDC
- With unmerged PR google#1669 - Wup google#2178 - Wup #9 - Wup #10 - Wup google#2076
1 parent 52ff928 commit 4abd9cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/Releases.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ object Releases {
4848

4949
object Engine : LibraryArtifact {
5050
override val artifactId = "engine"
51-
override val version = "0.1.0-beta04-preview3-SNAPSHOT"
51+
override val version = "0.1.0-beta04-preview4-SNAPSHOT"
5252
override val name = "Android FHIR Engine Library"
5353
}
5454

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

0 commit comments

Comments
 (0)