- Introduce platform specific
Peripheral
interfaces (#447) - Fix "Subsequent reads hang after read fails with
GattRequestRejectedException
" (#450, #453), special thanks to @matejbart for the contribution, and thanks to @joharei and @cleveard for testing
Android
- Bump Android compile SDK to 33 (#455)
- Add
address
property toAndroidPeripheral
(#463) - Replace deprecated
inline
class modifier withvalue
(#456)
🧰 Maintenance
- Update dependency org.jetbrains.kotlinx:atomicfu-jvm to v0.20.2 (#452, #460)
- Use Android source set layout version 2 (#457)
- Suppress native dependency warnings to quiet AtomicFU warnings (#459)
- Update plugin maven-publish to v0.25.1 (#449, #461)
- Use new Kotlinter syntax for disabling rules (#448)
- Update plugin kotlinter to v3.14.0 (#446)
- Remove references to old memory model in documentation (#444)