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
    - WUP #17

SDK
    - WUP google#2178
    - WUP google#2650
    - WUP google#2645
    - WUP google#2678
  • Loading branch information
ndegwamartin committed Feb 3, 2025
1 parent 5842559 commit fe9b045
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.2.0"
override val version = "1.2.0-preview-SNAPSHOT"
override val name = "Android FHIR Engine Library"
}

object DataCapture : LibraryArtifact {
override val artifactId = "data-capture"
override val version = "1.3.0"
override val version = "1.3.0-preview-SNAPSHOT"
override val name = "Android FHIR Structured Data Capture Library"
}

Expand Down

0 comments on commit fe9b045

Please sign in to comment.