File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
target_sdk = 34
9
9
build_tools_version = ' 34.0.0'
10
10
android_gradle_plugin_version = ' 8.1.2'
11
- material_version = ' 1.9 .0'
11
+ material_version = ' 1.10 .0'
12
12
junit_version = ' 4.13.2'
13
13
kotlin_version = ' 1.9.10'
14
14
kotlin_compiler_extension_version = ' 1.5.3'
@@ -17,7 +17,7 @@ buildscript {
17
17
androidx_appcompat_version = ' 1.6.1'
18
18
androidx_preference_version = ' 1.2.1'
19
19
androidx_core_version = ' 1.12.0'
20
- androidx_navigation_version = ' 2.7.3 '
20
+ androidx_navigation_version = ' 2.7.4 '
21
21
androidx_test_junit_version = ' 1.1.5'
22
22
androidx_test_core_version = ' 1.5.0'
23
23
androidx_test_monitor_version = ' 1.6.1'
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ dependencies {
121
121
androidTestImplementation(" androidx.compose.ui:ui-test-junit4:$androidx_compose_version " )
122
122
123
123
// Needed for createComposeRule, but not createAndroidComposeRule:
124
+ // noinspection GradleDependency
124
125
debugImplementation(" androidx.compose.ui:ui-test-manifest:$androidx_compose_version " )
125
126
}
126
127
You can’t perform that action at this time.
0 commit comments