Skip to content

Commit a4f2171

Browse files
authored
Merge pull request #49 from cheonjaeung/update-dependencies
Update project dependencies
2 parents b58faa9 + 29e4978 commit a4f2171

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ composeAndroid = "1.8.0"
88
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
99
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
1010
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
11-
kotlinx-binary-compatibility-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.17.0" }
11+
kotlinx-binary-compatibility-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.18.0" }
1212
android-library = { id = "com.android.library", version.ref = "androidGradlePlugin" }
1313
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
1414
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
1515
paparazzi = { id = "app.cash.paparazzi", version = "2.0.0-alpha01" }
16-
maven-publish = { id = "com.vanniktech.maven.publish", version = "0.28.0" }
16+
maven-publish = { id = "com.vanniktech.maven.publish", version = "0.33.0" }
1717

1818
[libraries]
1919
androidx-core = { module = "androidx.core:core", version = "1.16.0" }
@@ -29,8 +29,7 @@ kotlinx-immutable-collections = { module = "org.jetbrains.kotlinx:kotlinx-collec
2929
compose-multiplatform-ui = { module = "org.jetbrains.compose.ui:ui", version.ref = "composeMultiplatform" }
3030
compose-multiplatform-material3 = { module = "org.jetbrains.compose.material3:material3", version.ref = "composeMultiplatform" }
3131
compose-material-icons-core = { module = "org.jetbrains.compose.material:material-icons-core", version = "1.7.3" }
32-
androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" }
32+
androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.1" }
3333
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.10.1" }
3434
compose-android-ui = { module = "androidx.compose.ui:ui", version.ref = "composeAndroid" }
3535
compose-android-material3 = { module = "androidx.compose.material3:material3", version = "1.3.2" }
36-

0 commit comments

Comments
 (0)