File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ buildscript {
7
7
agp_version = ' 8.0.2'
8
8
kotlin_version = ' 1.8.22'
9
9
kotlin_compiler_extension_version = ' 1.4.8'
10
+ compose_activity_version = ' 1.7.2'
10
11
compose_version = ' 1.4.3'
11
12
material_version = ' 1.9.0'
12
13
appcompat_version = ' 1.6.1'
Original file line number Diff line number Diff line change @@ -70,12 +70,12 @@ dependencies {
70
70
71
71
// https://mvnrepository.com/artifact/androidx.compose
72
72
// https://developer.android.com/jetpack/androidx/releases/compose
73
- implementation " androidx.activity:activity-compose:1.7.2"
74
- implementation " androidx.compose.ui:ui:$compose_version "
75
- implementation " androidx.compose.runtime:runtime:$compose_version "
76
- implementation " androidx.compose.material:material:$compose_version "
77
- implementation " androidx.compose.foundation:foundation:$compose_version "
78
73
debugImplementation " androidx.compose.ui:ui-tooling-preview:$compose_version "
74
+ implementation " androidx.activity:activity-compose:$compose_activity_version "
75
+ implementation " androidx.compose.foundation:foundation:$compose_version "
76
+ implementation " androidx.compose.material:material:$compose_version "
77
+ implementation " androidx.compose.runtime:runtime:$compose_version "
78
+ implementation " androidx.compose.ui:ui:$compose_version "
79
79
80
80
testImplementation " junit:junit:$junit_version "
81
81
androidTestImplementation " androidx.test.ext:junit:1.1.5"
You can’t perform that action at this time.
0 commit comments