Skip to content

Commit 955cadf

Browse files
authored
Merge pull request #28 from Kotlin-Android-Open-Source/renovate/all-deps
chore(deps): update all dependencies
2 parents bc35719 + 431f857 commit 955cadf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4444

4545
// viewModels
46-
implementation "androidx.fragment:fragment-ktx:1.5.0"
46+
implementation "androidx.fragment:fragment-ktx:1.5.1"
4747

4848
testImplementation 'junit:junit:4.13.2'
4949
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
@@ -54,7 +54,7 @@ dependencies {
5454
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
5555

5656
// viewModelScope
57-
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.0'
57+
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
5858
// lifecycleScope
59-
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.0'
59+
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'
6060
}

0 commit comments

Comments
 (0)