File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Add the following dependencies to your `build.gradle.kts`:
3333``` toml
3434# libs.versions.toml
3535[versions ]
36- compose-camera = " 1.2.1 "
36+ compose-camera = " 1.2.2 "
3737
3838[libraries ]
3939compose-camera-core = { module = " io.github.l2hyunwoo:compose-camera-core" , version.ref = " compose-camera" }
@@ -59,8 +59,8 @@ kotlin {
5959kotlin {
6060 sourceSets {
6161 commonMain.dependencies {
62- implementation(" io.github.l2hyunwoo:compose-camera-core:1.2.1 " )
63- implementation(" io.github.l2hyunwoo:compose-camera-ui:1.2.1 " )
62+ implementation(" io.github.l2hyunwoo:compose-camera-core:1.2.2 " )
63+ implementation(" io.github.l2hyunwoo:compose-camera-ui:1.2.2 " )
6464 }
6565 }
6666}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ plugins {
2626}
2727
2828group = " io.github.l2hyunwoo"
29- version = " 1.2.1 "
29+ version = " 1.2.2 "
3030
3131kotlin {
3232 androidLibrary {
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ plugins {
2727}
2828
2929group = " io.github.l2hyunwoo"
30- version = " 1.2.1 "
30+ version = " 1.2.2 "
3131
3232kotlin {
3333 androidLibrary {
You can’t perform that action at this time.
0 commit comments