mirror of
https://github.com/dzeiocom/OpenHealth.git
synced 2025-08-10 17:41:57 +00:00
feat: Integrate the Custom Lib
This commit is contained in:
@@ -97,6 +97,9 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// Dzeio Charts
|
||||
implementation project(path: ":charts")
|
||||
|
||||
// Core dependencies
|
||||
implementation 'androidx.core:core-ktx:1.8.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.4.2'
|
||||
@@ -135,6 +138,9 @@ dependencies {
|
||||
// Graph
|
||||
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
|
||||
|
||||
// Graphs test 2
|
||||
implementation 'com.github.HackPlan:AndroidCharts:1.0.4'
|
||||
|
||||
// Hilt
|
||||
implementation 'com.google.dagger:hilt-android:2.42'
|
||||
kapt 'com.google.dagger:hilt-compiler:2.42'
|
||||
|
Reference in New Issue
Block a user