This repository has no description
0

Configure Feed

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

chore: update version

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