1
0
mirror of https://github.com/dzeiocom/OpenHealth.git synced 2025-07-01 09:09:18 +00:00

feat: Add bluetooth Scales support (#144)

This commit is contained in:
2023-02-14 14:20:54 +01:00
committed by GitHub
parent e14e3881c1
commit 1f780ae2c4
77 changed files with 2186 additions and 249 deletions

View File

@ -163,6 +163,10 @@ android {
namespace = appID
}
kapt {
correctErrorTypes = true
}
dependencies {
// Dzeio Charts
implementation("com.dzeio:charts:fe20f90654")
@ -198,6 +202,7 @@ dependencies {
// Services
implementation("androidx.work:work-runtime-ktx:2.7.1")
implementation("androidx.core:core-ktx:1.9.0")
// Tests
testImplementation("junit:junit:4.13.2")