Skip to content

Commit 7cb6cb0

Browse files
committed
depedencies update
1 parent ea4694f commit 7cb6cb0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

samples/ecommerce/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ android {
4949

5050
dependencies {
5151

52-
implementation 'androidx.core:core-ktx:1.7.0'
53-
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'
54-
implementation 'androidx.activity:activity-compose:1.3.1'
52+
implementation 'androidx.core:core-ktx:1.10.1'
53+
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1'
54+
implementation 'androidx.activity:activity-compose:1.7.2'
5555
implementation "androidx.compose.ui:ui:$compose_ui_version"
5656
implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version"
57-
implementation 'androidx.compose.material:material:1.2.0'
57+
implementation 'androidx.compose.material:material:1.4.3'
5858
implementation 'androidx.navigation:navigation-runtime-ktx:2.6.0'
5959
testImplementation 'junit:junit:4.13.2'
6060
androidTestImplementation 'androidx.test.ext:junit:1.1.5'

0 commit comments

Comments
 (0)