Skip to content

Commit

Permalink
fix(deps): update coroutines_version to v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 11, 2024
1 parent 9b994b8 commit 6a8c278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

def coroutines_version = '1.3.2'
def coroutines_version = '1.8.1'
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
}
Expand Down

0 comments on commit 6a8c278

Please sign in to comment.