feat: show scan results for Kirby devices in list

This commit is contained in:
Fabian Christoffel
2023-06-16 15:14:42 +02:00
parent 47d945e398
commit e6850d78d8
6 changed files with 171 additions and 32 deletions

View File

@@ -46,4 +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'
}