Skip to content

Commit b3d0012

Browse files
committed
dependencies updated.
1 parent f67b3b7 commit b3d0012

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
buildscript {
33
ext {
44
agp_version = '8.0.2'
5-
nav_version = '2.5.3'
6-
fragment_version = '1.5.7'
5+
nav_version = '2.6.0'
6+
fragment_version = '1.6.0'
77
room_version = '2.5.1'
88
annotation_version = '1.6.0'
99
material_version = '1.9.0'

mobile/build.gradle

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,9 @@ dependencies {
149149
androidTestImplementation "androidx.test.ext:junit:1.1.5"
150150

151151
// https://mvnrepository.com/artifact/androidx.test
152-
//noinspection GradleDependency
153-
androidTestImplementation "androidx.test:core:1.4.0"
154-
//noinspection GradleDependency
155-
androidTestImplementation "androidx.test:runner:1.4.0"
156-
//noinspection GradleDependency
157-
androidTestImplementation "androidx.test:rules:1.4.0"
152+
androidTestImplementation "androidx.test:core:1.5.0"
153+
androidTestImplementation "androidx.test:runner:1.5.2"
154+
androidTestImplementation "androidx.test:rules:1.5.0"
158155

159156
// https://mvnrepository.com/artifact/androidx.test.uiautomator/uiautomator
160157
androidTestImplementation "androidx.test.uiautomator:uiautomator:$uiautomator_version"

0 commit comments

Comments
 (0)