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
··· 6 6 Import the Compose library 7 7 8 8 ```kotlin 9 - implementation("com.performancecoachlab.posedetection:posedetection-compose:1.1.2") 9 + implementation("com.performancecoachlab.posedetection:posedetection-compose:1.2.0") 10 10 ``` 11 11 12 12 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", "1.1.2") 7 + coordinates("com.performancecoachlab.posedetection", "posedetection-compose", "1.2.0") 8 8 9 9 pom { 10 10 name.set("Pose Detection")