Skip to content

Commit

Permalink
SDK Release - SDC, Engine
Browse files Browse the repository at this point in the history
        FORK
                        - With unmerged PR #9
                        - WUP  #13

        SDK
                        - WUP google#2178
                        - WUP google#2650
                        - WUP google#2663
                        - WUP google#2645
                        - WUP google#2715
  • Loading branch information
ndegwamartin committed Nov 12, 2024
1 parent 1b27ad7 commit cd4606b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Releases.kt
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ object Releases {

object Engine : LibraryArtifact {
override val artifactId = "engine"
override val version = "1.0.0-preview15-SNAPSHOT"
override val version = "1.0.0-preview16-SNAPSHOT"
override val name = "Android FHIR Engine Library"
}

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"
}

Expand Down

0 comments on commit cd4606b

Please sign in to comment.