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 2d58db2 commit d0e85d6Copy full SHA for d0e85d6
app/build.gradle
@@ -9,6 +9,11 @@ plugins {
9
android {
10
compileSdk 33
11
12
+ packagingOptions {
13
+ pickFirst 'META-INF/ASL-2.0.txt'
14
+ pickFirst 'META-INF/LGPL-3.0.txt'
15
+ }
16
+
17
defaultConfig {
18
applicationId "edu.stanford.cardinalkit"
19
minSdk 26
build.gradle
@@ -17,7 +17,7 @@ buildscript {
accompanist_version = "0.24.10-beta"
coil_compose_version = "2.1.0"
health_connect_version = '1.0.0-alpha07'
20
- android_fhir_version = '0.1.0-beta05'
+ android_fhir_version = '0.1.0-beta06'
21
spotless_version = '6.10.0'
22
}
23
dependencies {
0 commit comments