Skip to content

Commit

Permalink
Release Engine, SDC
Browse files Browse the repository at this point in the history
* With unmerged PRS
- #9
- google#2420
- google#2178
  • Loading branch information
ndegwamartin committed Feb 7, 2024
1 parent 465c684 commit 1406d43
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 @@ -47,14 +47,14 @@ object Releases {
}

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

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

Expand Down

0 comments on commit 1406d43

Please sign in to comment.