1
0
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:
2022-07-20 00:25:48 +02:00
parent 1f72b68a13
commit 04911dcd23
5 changed files with 32 additions and 56 deletions

View File

@@ -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'