This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: bump version to 4.13.0

Android CPU+XNNPACK default delegate + parallel pose/object detection.
Backwards-compatible — public API unchanged, Android inference behavior
changed significantly (semver minor bump).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

+2 -2
+1 -1
README.md
··· 11 11 Import the Compose library 12 12 13 13 ```kotlin 14 - implementation("com.performancecoachlab.posedetection:posedetection-compose:4.12.0") 14 + implementation("com.performancecoachlab.posedetection:posedetection-compose:4.13.0") 15 15 ``` 16 16 17 17 Add camera use to your android manifest
+1 -1
posedetection/build.gradle.kts
··· 4 4 5 5 mavenPublishing { 6 6 publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL) 7 - coordinates("com.performancecoachlab.posedetection", "posedetection-compose", "4.12.1") 7 + coordinates("com.performancecoachlab.posedetection", "posedetection-compose", "4.13.0") 8 8 9 9 pom { 10 10 name.set("Pose Detection")