This repository was archived by the owner on Dec 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ android {
50
50
compose true
51
51
}
52
52
composeOptions {
53
- kotlinCompilerExtensionVersion compose_version
53
+ kotlinCompilerExtensionVersion compose_compiler_version
54
54
}
55
55
packagingOptions {
56
56
resources {
@@ -62,18 +62,19 @@ android {
62
62
dependencies {
63
63
implementation ' androidx.core:core-ktx:1.8.0'
64
64
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 '
66
66
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 '
69
69
implementation ' androidx.constraintlayout:constraintlayout-compose:1.0.1'
70
70
71
- def accompanist_version = ' 0.24.10-beta '
71
+ def accompanist_version = ' 0.25.0 '
72
72
implementation " com.google.accompanist:accompanist-flowlayout:$accompanist_version "
73
73
implementation " com.google.accompanist:accompanist-placeholder:$accompanist_version "
74
74
75
- def lifecycle_version = ' 2.4 .1'
75
+ def lifecycle_version = ' 2.5 .1'
76
76
implementation " androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version "
77
+ implementation " androidx.lifecycle:lifecycle-runtime-ktx:$lifecycle_version "
77
78
78
79
implementation " androidx.paging:paging-compose:1.0.0-alpha15"
79
80
Original file line number Diff line number Diff line change 16
16
17
17
buildscript {
18
18
ext {
19
- compose_version = ' 1.2.0-beta03'
19
+ compose_version = ' 1.2.1'
20
+ compose_compiler_version = ' 1.3.0'
20
21
}
21
22
}
22
23
23
24
plugins {
24
25
id ' com.android.application' version ' 7.2.1' apply false
25
26
id ' com.android.library' version ' 7.2.1' apply false
26
- id ' org.jetbrains.kotlin.android' version ' 1.6.21 ' apply false
27
+ id ' org.jetbrains.kotlin.android' version ' 1.7.10 ' apply false
27
28
}
28
29
29
30
task clean (type : Delete ) {
You can’t perform that action at this time.
0 commit comments