Skip to content

Commit 61bfd46

Browse files
chore: bump org.jetbrains.kotlinx:kotlinx-coroutines-android (#205)
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](Kotlin/kotlinx.coroutines@1.7.1...1.7.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 217e530 commit 61bfd46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ dependencies {
7878

7979
api("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1")
8080
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
81-
api("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1")
81+
api("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.2")
8282

8383
implementation("com.squareup.retrofit2:retrofit:2.9.0")
8484
implementation("com.squareup.retrofit2:converter-gson:2.9.0")

0 commit comments

Comments
 (0)