feat: display list of measurements

This commit is contained in:
Fabian Christoffel
2023-06-25 11:16:12 +02:00
parent 2be1a5d6e9
commit f3d56ba59c
13 changed files with 807 additions and 312 deletions

View File

@@ -46,5 +46,5 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.recyclerview:recyclerview:1.2.0'
}