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
INTERNETpermission. Starting with Android 17, Android requires a separateACCESS_LOCAL_NETWORKpermission 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