Skip to content

Commit

Permalink
chore(deps): update coroutines_version to v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent b05768d commit b73e744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ dependencies {
googleImplementation 'com.suddenh4x.ratingdialog:awesome-app-rating:2.7.0'

// Coroutines
def coroutines_version = '1.9.0'
def coroutines_version = '1.10.0'
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-guava:$coroutines_version"

Expand Down

0 comments on commit b73e744

Please sign in to comment.