Skip to content

Commit 1f92cb2

Browse files
chore(deps): update all dependencies
| datasource | package | from | to | | ---------- | ------------------------------------------ | ----- | ----- | | maven | androidx.lifecycle:lifecycle-runtime-ktx | 2.4.1 | 2.5.0 | | maven | androidx.lifecycle:lifecycle-viewmodel-ktx | 2.4.1 | 2.5.0 | | maven | androidx.fragment:fragment-ktx | 1.4.1 | 1.5.0 |
1 parent 978767f commit 1f92cb2

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.4.1"
46+
implementation "androidx.fragment:fragment-ktx:1.5.0"
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.3'
5555

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

0 commit comments

Comments
 (0)