Skip to content

Commit

Permalink
Merge pull request #566 from hannesa2/dependabot/gradle/org.jetbrains…
Browse files Browse the repository at this point in the history
….kotlinx-kotlinx-coroutines-android-1.8.0

Bump org.jetbrains.kotlinx:kotlinx-coroutines-android from 1.7.3 to 1.8.0
  • Loading branch information
hannesa2 authored Feb 15, 2024
2 parents 2340a72 + 81ccca3 commit 0206630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extendedSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation "androidx.core:core-ktx:1.12.0"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "com.github.AppDevNext.Logcat:LogcatCoreUI:$logcatVersion"
implementation "androidx.room:room-runtime:$room_version"
Expand Down

0 comments on commit 0206630

Please sign in to comment.