File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ dependencies {
83
83
implementation(" androidx.navigation:navigation-ui-ktx:2.7.7" )
84
84
85
85
// Android architecture components
86
- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.0 " )
86
+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.4 " )
87
87
implementation(" androidx.lifecycle:lifecycle-extensions:2.2.0" )
88
88
annotationProcessor(" androidx.lifecycle:lifecycle-compiler:2.8.4" )
89
89
@@ -97,6 +97,6 @@ dependencies {
97
97
androidTestImplementation(" androidx.test:runner:1.6.1" )
98
98
androidTestImplementation(" androidx.test.uiautomator:uiautomator:2.3.0" )
99
99
androidTestImplementation(" junit:junit:4.13.2" )
100
- androidTestImplementation(" org.hamcrest:hamcrest-library:2.2 " )
100
+ androidTestImplementation(" org.hamcrest:hamcrest-library:3.0 " )
101
101
androidTestImplementation(" com.google.firebase:firebase-auth" )
102
102
}
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ android {
53
53
dependencies {
54
54
implementation(project(" :internal:lintchecks" ))
55
55
implementation(project(" :internal:chooserx" ))
56
- implementation(" androidx.annotation:annotation:1.8.1 " )
56
+ implementation(" androidx.annotation:annotation:1.8.2 " )
57
57
implementation(" androidx.vectordrawable:vectordrawable-animated:1.2.0" )
58
58
implementation(" androidx.core:core-ktx:1.13.1" )
59
59
@@ -75,11 +75,11 @@ dependencies {
75
75
76
76
implementation(" com.google.firebase:firebase-installations:18.0.0" )
77
77
78
- implementation(" androidx.work:work-runtime:2.9.0 " )
78
+ implementation(" androidx.work:work-runtime:2.9.1 " )
79
79
80
80
// Testing dependencies
81
81
androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
82
82
androidTestImplementation(" androidx.test:runner:1.6.1" )
83
83
androidTestImplementation(" androidx.test:rules:1.6.1" )
84
- androidTestImplementation(" androidx.annotation:annotation:1.8.1 " )
84
+ androidTestImplementation(" androidx.annotation:annotation:1.8.2 " )
85
85
}
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ dependencies {
68
68
69
69
implementation(" com.google.android.material:material:1.12.0" )
70
70
implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
71
- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.0 " )
71
+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.4 " )
72
72
73
73
implementation(" com.github.bumptech.glide:glide:4.12.0" )
74
74
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ android {
52
52
53
53
dependencies {
54
54
implementation(" androidx.core:core-ktx:1.9.0" )
55
- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.0 " )
55
+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.4 " )
56
56
implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:2.8.4" )
57
57
implementation(" androidx.activity:activity-compose:1.9.1" )
58
58
implementation(" androidx.navigation:navigation-compose:2.7.7" )
You can’t perform that action at this time.
0 commit comments