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

Commit 26bb224

Browse files
committed
Update compose to 1.2.0 stable.
1 parent 6cc920e commit 26bb224

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

MotionCompose/app/build.gradle

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,19 @@ android {
6262
dependencies {
6363
implementation 'androidx.core:core-ktx:1.8.0'
6464
implementation "androidx.compose.ui:ui:$compose_version"
65-
implementation 'androidx.compose.material3:material3:1.0.0-alpha13'
65+
implementation 'androidx.compose.material3:material3:1.0.0-alpha15'
6666
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
67-
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.1'
68-
implementation 'androidx.activity:activity-compose:1.4.0'
67+
68+
implementation 'androidx.activity:activity-compose:1.5.1'
6969
implementation 'androidx.constraintlayout:constraintlayout-compose:1.0.1'
7070

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

75-
def lifecycle_version = '2.4.1'
75+
def lifecycle_version = '2.5.1'
7676
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version"
77+
implementation "androidx.lifecycle:lifecycle-runtime-ktx:$lifecycle_version"
7778

7879
implementation "androidx.paging:paging-compose:1.0.0-alpha15"
7980

MotionCompose/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
buildscript {
1818
ext {
19-
compose_version = '1.2.0-beta03'
19+
compose_version = '1.2.0'
2020
}
2121
}
2222

2323
plugins {
2424
id 'com.android.application' version '7.2.1' apply false
2525
id 'com.android.library' version '7.2.1' apply false
26-
id 'org.jetbrains.kotlin.android' version '1.6.21' apply false
26+
id 'org.jetbrains.kotlin.android' version '1.7.0' apply false
2727
}
2828

2929
task clean(type: Delete) {

0 commit comments

Comments
 (0)