Skip to content

Commit

Permalink
July 20 Release with PR 2076
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed Jul 22, 2023
1 parent ad589e8 commit d864e44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Releases.kt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ object Releases {

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ internal class QuestionnaireViewModel(application: Application, state: SavedStat
questionnaireResponse.allItems.find { it.linkId == qItem.linkId }
)
}
modificationCount.update { it + 1 }
}
}
)
Expand Down

0 comments on commit d864e44

Please sign in to comment.