Skip to content

Commit

Permalink
Disable Material3 (#3137)
Browse files Browse the repository at this point in the history
Our design system is based on Material2. Material3 requires a planned
migration.

Signed-off-by: Elly Kitoto <[email protected]>
  • Loading branch information
ellykits authored Mar 13, 2024
1 parent 412fff2 commit 3083a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/engine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ dependencies {
api(libs.jjwt)
api(libs.fhir.common.utils) { exclude(group = "org.slf4j", module = "jcl-over-slf4j") }
api(libs.runtime.livedata)
api(libs.material3)
// api(libs.material3)
api(libs.foundation)
api(libs.fhir.common.utils)
api(libs.kotlinx.serialization.json)
Expand Down

0 comments on commit 3083a53

Please sign in to comment.