Skip to content

Commit a470c29

Browse files
authored
Merge pull request #26 from Kotlin-Android-Open-Source/renovate/all-deps
chore(deps): update all dependencies
2 parents c59dc68 + 6488644 commit a470c29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ dependencies {
5050
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
5151

5252
// coroutines
53-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3'
54-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.3'
53+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'
54+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
5555

5656
// viewModelScope
5757
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.0'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.7.0'
4+
ext.kotlin_version = '1.7.10'
55
repositories {
66
google()
77
jcenter()

0 commit comments

Comments
 (0)