Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit 4eab851

Browse files
committed
MotionCompose: Update accompanist
Change-Id: I21163057190e1c2fd647c2f312d298701c8fc5a7
1 parent cdf9ed8 commit 4eab851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MotionCompose/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ android {
6060
}
6161

6262
dependencies {
63-
implementation 'androidx.core:core-ktx:1.7.0'
63+
implementation 'androidx.core:core-ktx:1.8.0'
6464
implementation "androidx.compose.ui:ui:$compose_version"
6565
implementation 'androidx.compose.material3:material3:1.0.0-alpha13'
6666
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
6767
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.1'
6868
implementation 'androidx.activity:activity-compose:1.4.0'
6969
implementation 'androidx.constraintlayout:constraintlayout-compose:1.0.1'
7070

71-
def accompanist_version = '0.24.9-beta'
71+
def accompanist_version = '0.24.10-beta'
7272
implementation "com.google.accompanist:accompanist-flowlayout:$accompanist_version"
7373
implementation "com.google.accompanist:accompanist-placeholder:$accompanist_version"
7474

0 commit comments

Comments
 (0)