Releases: okarmazin/escpos4k
Releases · okarmazin/escpos4k
0.3.0
- Kotlin 1.8.20
- Android
minSdk = 23
- Introduce BluetoothError as an error result of Bluetooth operations
- AndroidBluetoothPrinterManager: Do not leak an open Bluetooth connection when openConnection gets cancelled
- Android: Do not crash on API 31+ when requesting USB access
PendingIntents MUST specify mutability flag since API 31. Failure to do so results in a strict mode violation exception.
Interestingly, the official USB connectivity documentation does not mention this requirement. - Allow custom space distribution among LineSegments
- Add iosSimulator and macOS targets