Skip to content

Commit a03770c

Browse files
committed
Minor Data Capture release with PR google#2230
1 parent 58d9a10 commit a03770c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildSrc/src/main/kotlin/Releases.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ object Releases {
5454

5555
object DataCapture : LibraryArtifact {
5656
override val artifactId = "data-capture"
57-
override val version = "1.0.0-preview19-SNAPSHOT"
57+
override val version = "1.0.0-preview19.1-SNAPSHOT"
5858
override val name = "Android FHIR Structured Data Capture Library"
5959
}
6060

datacapture/src/main/java/com/google/android/fhir/datacapture/DataCaptureConfig.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ data class DataCaptureConfig(
7171
) {
7272

7373
internal val simpleWorkerContext: SimpleWorkerContext by lazy {
74-
if (npmPackage == null) SimpleWorkerContext() else SimpleWorkerContext.fromPackage(npmPackage)
75-
}
74+
if (npmPackage == null) SimpleWorkerContext() else SimpleWorkerContext.fromPackage(npmPackage, true)
75+
}
7676

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

0 commit comments

Comments
 (0)