Skip to content

v1.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jun 12:31
b801fa0

This is maintenance release focused on Android 17 compatibility and dependency updates.

Changes

  • Added support for Android 17 / SDK 37.
  • Updated Android, Kotlin, MediaPipe, CameraX, Compose, and other project dependencies.
  • Updated local network permission handling in the online build. Previously, access to devices on the local network was covered by the regular INTERNET permission. Starting with Android 17, Android requires a separate ACCESS_LOCAL_NETWORK permission for local network device discovery. Pose Guard now requests this permission when Intiface Central integration needs to discover Buttplug.io devices on the local network.
  • This is only required on Android 17 and newer. On Android 16 and earlier, no additional local network permission is requested.
  • The new permission is only used by the online build and only for Intiface Central device discovery. The offline build does not request any new permissions.
  • No changes were made to the core pose validation behavior.

Full Changelog: v1.3.0...v1.3.1