Skip to content

Commit

Permalink
SDK Release
Browse files Browse the repository at this point in the history
    - With unmerged PR #9
    - WUP PR google#2178
    - WUP PR google#2511
    - WUP PR google#2511
    - WUP PR google#2544
  • Loading branch information
ndegwamartin committed Jun 26, 2024
1 parent 45d48aa commit c78f967
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ object Dependencies {
}

const val androidFhirCommon = "0.1.0-alpha05-preview3-SNAPSHOT"
const val androidFhirEngine = "1.0.0-preview3-SNAPSHOT"
const val androidFhirEngine = "1.0.0-preview10-SNAPSHOT"
const val androidFhirKnowledge = "0.1.0-alpha03-preview5-SNAPSHOT"
const val apacheCommonsCompress = "1.21"
const val desugarJdkLibs = "2.0.3"
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Releases.kt
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ object Releases {

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

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

Expand Down

0 comments on commit c78f967

Please sign in to comment.