add statistics for bottle and sleep

This commit is contained in:
2025-11-06 21:41:36 +01:00
parent f8f5d68bb6
commit 60cfef9da2
13 changed files with 535 additions and 23 deletions

View File

@@ -60,4 +60,7 @@ dependencies {
androidTestImplementation(libs.androidx.ui.test.junit4)
debugImplementation(libs.androidx.ui.tooling)
debugImplementation(libs.androidx.ui.test.manifest)
implementation("com.github.PhilJay:MPAndroidChart:v3.1.0")
// implementation(libs.mpandroidchart)
//implementation project(':MPChartLib')
}