Add Blek source dependency

This commit is contained in:
Sylwester Zielinski
2023-04-05 13:29:05 +02:00
parent e1e48b4321
commit 8283813dcb
2 changed files with 3 additions and 4 deletions

View File

@@ -132,7 +132,6 @@ internal class GLSViewModel @Inject constructor(
fun onEvent(event: GLSScreenViewEvent) {
when (event) {
OpenLoggerEvent -> logger.launch()
DisconnectEvent -> navigationManager.navigateUp()
is OnWorkingModeSelected -> onEvent(event)
is OnGLSRecordClick -> navigateToDetails(event.record)
DisconnectEvent -> navigationManager.navigateUp()

View File

@@ -79,6 +79,6 @@ include(":lib_utils")
// includeBuild("../Android-Common-Libraries")
//}
//if (file("../Kotlin-BLE-Library").exists()) {
// includeBuild("../Kotlin-BLE-Library")
//}
if (file("../Kotlin-BLE-Library").exists()) {
includeBuild("../Kotlin-BLE-Library")
}