File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 2
2
buildscript {
3
3
ext {
4
4
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 '
7
7
room_version = ' 2.5.1'
8
8
annotation_version = ' 1.6.0'
9
9
material_version = ' 1.9.0'
Original file line number Diff line number Diff line change @@ -149,12 +149,9 @@ dependencies {
149
149
androidTestImplementation " androidx.test.ext:junit:1.1.5"
150
150
151
151
// 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"
158
155
159
156
// https://mvnrepository.com/artifact/androidx.test.uiautomator/uiautomator
160
157
androidTestImplementation " androidx.test.uiautomator:uiautomator:$uiautomator_version "
You can’t perform that action at this time.
0 commit comments