Skip to content

0.23.0

Choose a tag to compare

@github-actions github-actions released this 17 Apr 05:48
ccb9b60
  • 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

Logo Android

  • Bump Android compile SDK to 33 (#455)
  • Add address property to AndroidPeripheral (#463)
  • Replace deprecated inline class modifier with value (#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)