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 1
1
// Root project build.gradle
2
2
buildscript {
3
3
ext {
4
- version_code = 23
5
- version_name = ' 1.2.4 '
4
+ version_code = 26
5
+ version_name = ' 1.2.6 '
6
6
min_sdk = 21
7
7
compile_sdk = 34
8
8
target_sdk = 34
9
9
build_tools_version = ' 34.0.0'
10
10
android_gradle_plugin_version = ' 8.2.2'
11
11
material_version = ' 1.11.0'
12
12
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'
16
17
17
18
androidx_core_version = ' 1.12.0'
18
19
androidx_appcompat_version = ' 1.6.1'
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ dependencies {
123
123
// androidTestImplementation "androidx.test.espresso:espresso-idling-resource:$androidx_test_espresso_version"
124
124
125
125
// Test rules and transitive dependencies:
126
- androidTestImplementation( " androidx.compose.ui:ui-test-junit4" )
126
+ androidTestImplementation " androidx.compose.ui:ui-test-junit4:1.6.2 "
127
127
128
128
// Needed for createComposeRule, but not createAndroidComposeRule:
129
129
// noinspection GradleDependency
You can’t perform that action at this time.
0 commit comments