File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ dependencies {
65
65
implementation(" com.google.android.material:material:1.12.0" )
66
66
implementation(" androidx.multidex:multidex:2.0.1" )
67
67
implementation(" androidx.recyclerview:recyclerview:1.4.0" )
68
- implementation(" androidx.navigation:navigation-fragment-ktx:2.9.0 " )
69
- implementation(" androidx.navigation:navigation-ui-ktx:2.9.0 " )
68
+ implementation(" androidx.navigation:navigation-fragment-ktx:2.9.1 " )
69
+ implementation(" androidx.navigation:navigation-ui-ktx:2.9.1 " )
70
70
implementation(" androidx.startup:startup-runtime:1.2.0" )
71
71
72
72
// Android architecture components
Original file line number Diff line number Diff line change 2
2
import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
3
3
4
4
plugins {
5
- id(" com.android.application" ) version " 8.11.0 " apply false
6
- id(" com.android.library" ) version " 8.11.0 " apply false
5
+ id(" com.android.application" ) version " 8.11.1 " apply false
6
+ id(" com.android.library" ) version " 8.11.1 " apply false
7
7
id(" org.jetbrains.kotlin.android" ) version " 2.2.0" apply false
8
8
id(" com.google.gms.google-services" ) version " 4.4.3" apply false
9
- id(" androidx.navigation.safeargs" ) version " 2.9.0 " apply false
9
+ id(" androidx.navigation.safeargs" ) version " 2.9.1 " apply false
10
10
id(" com.github.ben-manes.versions" ) version " 0.52.0" apply true
11
11
}
12
12
You can’t perform that action at this time.
0 commit comments