Skip to content

Commit

Permalink
Merge pull request #79 from keiji/dependabot/gradle/android-app/org.j…
Browse files Browse the repository at this point in the history
…etbrains.kotlinx-kotlinx-coroutines-android-1.10.1

Bump org.jetbrains.kotlinx:kotlinx-coroutines-android from 1.9.0 to 1.10.1 in /android-app
  • Loading branch information
keiji authored Jan 4, 2025
2 parents 9f700df + 17feb34 commit c4ac7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1'
implementation 'androidx.activity:activity-ktx:1.9.3'

testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit c4ac7c1

Please sign in to comment.