Skip to content

Commit 56d73ea

Browse files
committed
dependencies updated.
1 parent 7485eef commit 56d73ea

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ buildscript {
77
agp_version = '8.0.2'
88
kotlin_version = '1.8.22'
99
kotlin_compiler_extension_version = '1.4.8'
10+
compose_activity_version = '1.7.2'
1011
compose_version = '1.4.3'
1112
material_version = '1.9.0'
1213
appcompat_version = '1.6.1'

mobile/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ dependencies {
7070

7171
// https://mvnrepository.com/artifact/androidx.compose
7272
// 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"
7873
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"
7979

8080
testImplementation "junit:junit:$junit_version"
8181
androidTestImplementation "androidx.test.ext:junit:1.1.5"

0 commit comments

Comments
 (0)