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:
@ -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")
|
||||
|
Reference in New Issue
Block a user