File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11// Root project build.gradle
22buildscript {
33 ext {
4- version_code = 23
5- version_name = ' 1.2.4 '
4+ version_code = 26
5+ version_name = ' 1.2.6 '
66 min_sdk = 21
77 compile_sdk = 34
88 target_sdk = 34
99 build_tools_version = ' 34.0.0'
1010 android_gradle_plugin_version = ' 8.2.2'
1111 material_version = ' 1.11.0'
1212 junit_version = ' 4.13.2'
13- kotlin_version = ' 1.9.21'
14- kotlin_compiler_extension_version = ' 1.5.6'
15- androidx_compose_bom_version = ' 2023.10.01'
13+
14+ kotlin_version = ' 1.9.22'
15+ kotlin_compiler_extension_version = ' 1.5.10'
16+ androidx_compose_bom_version = ' 2024.02.01'
1617
1718 androidx_core_version = ' 1.12.0'
1819 androidx_appcompat_version = ' 1.6.1'
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ dependencies {
123123 // androidTestImplementation "androidx.test.espresso:espresso-idling-resource:$androidx_test_espresso_version"
124124
125125 // Test rules and transitive dependencies:
126- androidTestImplementation( " androidx.compose.ui:ui-test-junit4" )
126+ androidTestImplementation " androidx.compose.ui:ui-test-junit4:1.6.2 "
127127
128128 // Needed for createComposeRule, but not createAndroidComposeRule:
129129 // noinspection GradleDependency
You can’t perform that action at this time.
0 commit comments