chore(deps): update com.github.mik3y:usb-serial-for-android to v3.9.0 - abandoned (#1666)

* chore(deps): update com.github.mik3y:usb-serial-for-android to v3.9.0

* fix: Use SerialInputOutputManager.start() according to change https://github.com/mik3y/usb-serial-for-android/releases/tag/v3.9.0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: James Rich <2199651+jamesarich@users.noreply.github.com>
pull/1683/head
renovate[bot] 2025-03-14 06:14:24 -05:00 zatwierdzone przez GitHub
rodzic f2355f5a32
commit 559b47355d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 2 dodań i 7 usunięć

Wyświetl plik

@ -101,12 +101,7 @@ internal class SerialConnectionImpl(
ioRef.set(this)
}
Thread(io).apply {
isDaemon = true
priority = Thread.MAX_PRIORITY
name = "serial reader"
}.start() // No need to keep reference to thread around, we quit by asking the ioManager to quit
io.start()
listener.onConnected()
}
}

Wyświetl plik

@ -37,7 +37,7 @@ protobuf-gradle-plugin = "0.9.4"
protobuf-kotlin = "4.30.1"
room = "2.6.1"
streamsupport-minifuture = "1.7.4"
usb-serial-android = "3.8.1"
usb-serial-android = "3.9.0"
viewpager2 = "1.1.0"
work-runtime-ktx = "2.10.0"
zxing-android-embedded = "4.3.0"