1
0
mirror of https://github.com/dzeiocom/OpenHealth.git synced 2025-06-07 15:29:55 +00:00

fix(charts): Removed unused lib

This commit is contained in:
Florian Bouillon 2022-08-24 22:26:41 +02:00
parent 1e0988d5b2
commit 6f51d1bc55

View File

@ -32,7 +32,3 @@ android {
} }
namespace = "com.dzeio.charts" namespace = "com.dzeio.charts"
} }
dependencies {
implementation("com.google.android.material:material:1.6.1")
}