Add stimulus activation report counter to UI

This commit is contained in:
2020-05-12 18:49:39 -07:00
parent 8bf4f513b7
commit f343b97704
6 changed files with 16 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ android {
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
dependencies {
@@ -41,4 +42,5 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'org.osmdroid:osmdroid-android:6.1.5'
implementation "androidx.preference:preference-ktx:1.1.0"
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
}