Compare commits

..

1 Commits

Author SHA1 Message Date
mwarning 60cfef9da2 add statistics for bottle and sleep 2025-11-21 22:25:04 +01:00
3 changed files with 11 additions and 2 deletions
+3 -1
View File
@@ -60,5 +60,7 @@ dependencies {
androidTestImplementation(libs.androidx.ui.test.junit4)
debugImplementation(libs.androidx.ui.tooling)
debugImplementation(libs.androidx.ui.test.manifest)
implementation(libs.mpandroidchart.vv310)
implementation("com.github.PhilJay:MPAndroidChart:v3.1.0")
// implementation(libs.mpandroidchart)
//implementation project(':MPChartLib')
}
+7
View File
@@ -39,4 +39,11 @@
<item>MONTH</item>
</string-array>
<!--
<string-array name="speakerphoneModeValues">
<item>auto</item>
<item>on</item>
<item>off</item>
</string-array>
-->
</resources>