Skip to content

Commit f2b4e9d

Browse files
authored
Merge pull request #193 from OMGSoundboard/dependabot/gradle/org.jetbrains.kotlinx-kotlinx-coroutines-android-1.10.2
Bump org.jetbrains.kotlinx:kotlinx-coroutines-android from 1.10.1 to 1.10.2
2 parents a3d2f0f + 5e75e22 commit f2b4e9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dependencies {
102102
implementation "androidx.compose.ui:ui:$compose_version"
103103
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
104104
implementation 'androidx.compose.material3:material3:1.3.2'
105-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1'
105+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2'
106106

107107
testImplementation 'junit:junit:4.13.2'
108108
androidTestImplementation 'androidx.test.ext:junit:1.2.1'

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
testImplementation 'junit:junit:4.13.2'
4242
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
4343
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
44-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1'
44+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2'
4545

4646

4747
//Room

0 commit comments

Comments
 (0)