forked from penguin86/luna-tracker
Compare commits
1 Commits
60cfef9da2
...
cached_not
| Author | SHA1 | Date | |
|---|---|---|---|
| ce763be7e9 |
@@ -60,7 +60,5 @@ 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')
|
||||
implementation(libs.mpandroidchart.vv310)
|
||||
}
|
||||
|
||||
@@ -372,4 +372,4 @@ class StatisticsActivity : AppCompatActivity() {
|
||||
return dateTime.time.time / 1000
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -39,11 +39,4 @@
|
||||
<item>MONTH</item>
|
||||
</string-array>
|
||||
|
||||
<!--
|
||||
<string-array name="speakerphoneModeValues">
|
||||
<item>auto</item>
|
||||
<item>on</item>
|
||||
<item>off</item>
|
||||
</string-array>
|
||||
-->
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user