This repository has no description
0

Configure Feed

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

chore: bump 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.4.0") 9 + implementation("com.performancecoachlab.posedetection:posedetection-compose:1.5.0") 10 10 ``` 11 11 12 12 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", "1.4.0") 9 + coordinates("com.performancecoachlab.posedetection", "posedetection-compose", "1.5.0") 10 10 11 11 pom { 12 12 name.set("Pose Detection")