Skip to content

Commit 838e0bd

Browse files
committed
gradle: bump coroutines and MDC
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent c3f6906 commit 838e0bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.5.7"
1616
androidx-lifecycle-runtime-ktx = "androidx.lifecycle:lifecycle-runtime-ktx:2.6.1"
1717
androidx-preference-ktx = "androidx.preference:preference-ktx:1.2.0"
1818
desugarJdkLibs = "com.android.tools:desugar_jdk_libs:2.0.3"
19-
google-material = "com.google.android.material:material:1.8.0"
19+
google-material = "com.google.android.material:material:1.9.0"
2020
jsr305 = "com.google.code.findbugs:jsr305:3.0.2"
2121
junit = "junit:junit:4.13.2"
22-
kotlinx-coroutines-android = "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"
22+
kotlinx-coroutines-android = "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.0"
2323
zxing-android-embedded = "com.journeyapps:zxing-android-embedded:4.3.0"
2424

2525
[plugins]

0 commit comments

Comments
 (0)