forked from penguin86/luna-tracker
Compare commits
1 Commits
cached_not
...
60cfef9da2
| Author | SHA1 | Date | |
|---|---|---|---|
| 60cfef9da2 |
@@ -60,5 +60,7 @@ dependencies {
|
|||||||
androidTestImplementation(libs.androidx.ui.test.junit4)
|
androidTestImplementation(libs.androidx.ui.test.junit4)
|
||||||
debugImplementation(libs.androidx.ui.tooling)
|
debugImplementation(libs.androidx.ui.tooling)
|
||||||
debugImplementation(libs.androidx.ui.test.manifest)
|
debugImplementation(libs.androidx.ui.test.manifest)
|
||||||
implementation(libs.mpandroidchart.vv310)
|
implementation("com.github.PhilJay:MPAndroidChart:v3.1.0")
|
||||||
|
// implementation(libs.mpandroidchart)
|
||||||
|
//implementation project(':MPChartLib')
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -372,4 +372,4 @@ class StatisticsActivity : AppCompatActivity() {
|
|||||||
return dateTime.time.time / 1000
|
return dateTime.time.time / 1000
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -39,4 +39,11 @@
|
|||||||
<item>MONTH</item>
|
<item>MONTH</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
<string-array name="speakerphoneModeValues">
|
||||||
|
<item>auto</item>
|
||||||
|
<item>on</item>
|
||||||
|
<item>off</item>
|
||||||
|
</string-array>
|
||||||
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user