Skip to content

Commit

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

Bump kotlinx-coroutines-android from 1.6.0 to 1.6.1
  • Loading branch information
hannesa2 committed Apr 5, 2022
2 parents a026893 + 07bf5ca commit c3aea3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChangeLogLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1"
implementation 'com.google.code.gson:gson:2.9.0'
api 'com.google.android.material:material:1.5.0'
}
Expand Down

0 comments on commit c3aea3b

Please sign in to comment.