Skip to content

Commit d91d11f

Browse files
authored
Merge pull request #67 from PatilShreyas/dependabot/gradle/coroutinesVersion-1.7.3
[Update]: Bump coroutinesVersion from 1.7.2 to 1.7.3
2 parents 7d356de + add1815 commit d91d11f

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
@@ -73,7 +73,7 @@ dependencies {
7373

7474

7575
// Coroutines
76-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2")
76+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
7777
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
7878

7979
// Testing

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
composeVersion = '1.4.1'
88
composeCompilerVersion = '1.4.4'
99
activityVersion = '1.7.0'
10-
coroutinesVersion = '1.7.2'
10+
coroutinesVersion = '1.7.3'
1111
appCompatVersion = '1.6.1'
1212
jUnitVersion = '4.13.2'
1313
mockkVersion = '1.13.5'

0 commit comments

Comments
 (0)