File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,16 @@ buildscript {
7
7
compile_sdk = 34
8
8
target_sdk = 34
9
9
build_tools_version = ' 34.0.0'
10
- agp_version = ' 8.1.0 '
11
- kotlin_version = ' 1.8.22 '
12
- kotlin_compiler_extension_version = ' 1.4.8 '
10
+ agp_version = ' 8.1.1 '
11
+ kotlin_version = ' 1.9.0 '
12
+ kotlin_compiler_extension_version = ' 1.5.2 '
13
13
compose_activity_version = ' 1.7.2'
14
- compose_version = ' 1.4.3 '
14
+ compose_version = ' 1.5.0 '
15
15
material_version = ' 1.9.0'
16
16
appcompat_version = ' 1.6.1'
17
- preference_version = ' 1.2.0 '
17
+ preference_version = ' 1.2.1 '
18
18
core_version = ' 1.10.1'
19
- nav_version = ' 2.6.0 '
19
+ nav_version = ' 2.7.1 '
20
20
junit_version = ' 4.13.2'
21
21
test_junit_version = ' 1.1.5'
22
22
test_core_version = ' 1.5.0'
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ android {
76
76
dependencies {
77
77
78
78
implementation " com.google.android.material:material:$material_version "
79
- // implementation "com.google.android.material:compose-theme-adapter-3:1.0 .1"
79
+ // implementation "com.google.android.material:compose-theme-adapter-3:1.1 .1"
80
80
81
81
implementation " androidx.core:core-ktx:$core_version "
82
82
implementation " androidx.appcompat:appcompat:$appcompat_version "
You can’t perform that action at this time.
0 commit comments