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
  • Loading branch information
ndegwamartin committed Jun 10, 2024
1 parent 23d4f53 commit 748664e
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 @@ -48,13 +48,13 @@ object Releases {

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

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

Expand Down

0 comments on commit 748664e

Please sign in to comment.