Skip to content

Commit

Permalink
Merge pull request #662 from AppDevNext/dependabot/gradle/org.jetbrai…
Browse files Browse the repository at this point in the history
…ns.kotlinx-kotlinx-coroutines-android-1.9.0

Bump org.jetbrains.kotlinx:kotlinx-coroutines-android from 1.8.1 to 1.9.0
  • Loading branch information
hannesa2 authored Nov 1, 2024
2 parents f531eea + 3bc1df2 commit e04de6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LogcatCoreUI/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
api project(':LogcatCoreLib')
implementation "androidx.core:core-ktx:1.13.1"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.4"
implementation 'androidx.recyclerview:recyclerview:1.3.2'
api 'com.google.android.material:material:1.12.0'
Expand Down

0 comments on commit e04de6c

Please sign in to comment.