Skip to content

Commit 4a142fd

Browse files
committed
bump dependencies
1 parent d566171 commit 4a142fd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ dependencies {
131131
def room_version = "2.7.1"
132132

133133
testImplementation 'junit:junit:4.13.2'
134-
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
135-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
134+
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
135+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
136136
annotationProcessor "androidx.room:room-compiler:$room_version"
137137
androidTestImplementation "androidx.work:work-testing:$work_version"
138138

@@ -152,8 +152,8 @@ dependencies {
152152
implementation 'androidx.fragment:fragment:1.8.8'
153153
implementation 'com.google.android.material:material:1.12.0'
154154
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
155-
implementation 'androidx.navigation:navigation-fragment:2.9.2'
156-
implementation 'androidx.navigation:navigation-ui:2.9.2'
155+
implementation 'androidx.navigation:navigation-fragment:2.9.3'
156+
implementation 'androidx.navigation:navigation-ui:2.9.3'
157157
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
158158
implementation 'androidx.preference:preference-ktx:1.2.1'
159159
implementation 'androidx.recyclerview:recyclerview:1.4.0'

0 commit comments

Comments
 (0)