Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 94bf2dd

Browse files
committed
Update dependencies
1 parent b3b340c commit 94bf2dd

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

gradle/libs.versions.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
[versions]
2-
androidGradlePlugin = "8.0.1"
2+
androidGradlePlugin = "8.0.2"
33
androidDesugarJDKLibs = "2.0.3"
4-
kotlin = "1.8.21"
5-
ksp = "1.8.21-1.0.11"
4+
kotlin = "1.8.22"
5+
ksp = "1.8.22-1.0.11"
66
lifecycle = "2.6.1"
7-
navigation = "2.5.3"
7+
navigation = "2.6.0"
88
room = "2.5.1"
99
splitties = "3.0.0"
10-
aboutlibraries = "10.6.3"
10+
aboutlibraries = "10.7.0"
1111

1212
[libraries]
1313
android-gradlePlugin = { group = "com.android.tools.build", name = "gradle", version.ref = "androidGradlePlugin" }
1414
android-desugarJDKLibs = { group = "com.android.tools", name = "desugar_jdk_libs", version.ref = "androidDesugarJDKLibs" }
1515
kotlin-gradlePlugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" }
16-
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version = "1.7.0" }
17-
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.5.0" }
18-
androidx-activity = { module = "androidx.activity:activity-ktx", version = "1.7.1" }
16+
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version = "1.7.1" }
17+
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.5.1" }
18+
androidx-activity = { module = "androidx.activity:activity-ktx", version = "1.7.2" }
1919
androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" }
2020
androidx-autofill = { module = "androidx.autofill:autofill", version = "1.1.0" }
2121
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" }
2222
androidx-coordinatorlayout = { module = "androidx.coordinatorlayout:coordinatorlayout", version = "1.2.0" }
23-
androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.10.0" }
23+
androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.10.1" }
2424
androidx-lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
2525
androidx-lifecycle-livedata = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" }
2626
androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" }
@@ -58,7 +58,7 @@ junit = { module = "junit:junit", version = "4.13.2" }
5858
androidx-test-runner = { module = "androidx.test:runner", version = "1.5.2" }
5959
androidx-test-rules = { module = "androidx.test:rules", version = "1.5.0" }
6060
androidx-lifecycle-testing = { module = "androidx.lifecycle:lifecycle-runtime-testing", version.ref = "lifecycle" }
61-
kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version = "1.13.2" }
61+
kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version = "1.14.2" }
6262
ksp = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }
6363

6464
[plugins]
@@ -69,4 +69,4 @@ kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", versi
6969
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
7070
aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "aboutlibraries" }
7171
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
72-
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
72+
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }

0 commit comments

Comments
 (0)