Skip to content

Commit

Permalink
Minor Data Capture release with PR google#2230
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed Oct 11, 2023
1 parent 58d9a10 commit a03770c
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/Releases.kt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ object Releases {

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ data class DataCaptureConfig(
) {

internal val simpleWorkerContext: SimpleWorkerContext by lazy {
if (npmPackage == null) SimpleWorkerContext() else SimpleWorkerContext.fromPackage(npmPackage)
}
if (npmPackage == null) SimpleWorkerContext() else SimpleWorkerContext.fromPackage(npmPackage, true)
}

/**
* A class that can provide the [DataCaptureConfig] for the Structured Data Capture Library. To do
Expand Down

0 comments on commit a03770c

Please sign in to comment.