We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5842559 commit fe9b045Copy full SHA for fe9b045
buildSrc/src/main/kotlin/Releases.kt
@@ -50,13 +50,13 @@ object Releases {
50
51
object Engine : LibraryArtifact {
52
override val artifactId = "engine"
53
- override val version = "1.2.0"
+ override val version = "1.2.0-preview-SNAPSHOT"
54
override val name = "Android FHIR Engine Library"
55
}
56
57
object DataCapture : LibraryArtifact {
58
override val artifactId = "data-capture"
59
- override val version = "1.3.0"
+ override val version = "1.3.0-preview-SNAPSHOT"
60
override val name = "Android FHIR Structured Data Capture Library"
61
62
0 commit comments