We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3dc69f commit ff788fcCopy full SHA for ff788fc
android/engine/build.gradle
@@ -94,6 +94,12 @@ android {
94
}
95
96
97
+
98
+ configurations.all {
99
+ resolutionStrategy {
100
+ force "ca.uhn.hapi.fhir:org.hl7.fhir.utilities:5.5.7"
101
+ }
102
103
104
105
dependencies {
android/quest/build.gradle
@@ -160,6 +160,13 @@ android {
160
versionName "0.0.1"
161
162
163
164
165
166
167
168
169
170
171
172
android/settings.gradle
@@ -1,6 +1,6 @@
1
rootProject.name = "fhircore-android"
2
-include ':anc'
3
-include ':eir'
+//include ':anc'
+//include ':eir'
4
include ':engine'
5
6
include ':quest'
0 commit comments