@@ -36,24 +36,24 @@ android {
36
36
37
37
buildFeatures.compose = true
38
38
39
- composeOptions.kotlinCompilerExtensionVersion = " 1.4.6 "
39
+ composeOptions.kotlinCompilerExtensionVersion = " 1.4.7 "
40
40
}
41
41
42
42
dependencies {
43
43
44
44
// AndroidX Core
45
- implementation(" androidx.core:core-ktx:1.10.0 " )
45
+ implementation(" androidx.core:core-ktx:1.10.1 " )
46
46
implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.6.1" )
47
47
implementation(" androidx.core:core-splashscreen:1.0.1" )
48
48
implementation(" androidx.activity:activity-compose:1.7.1" )
49
49
implementation(" androidx.paging:paging-common-ktx:3.1.1" )
50
50
51
51
// Compose
52
- implementation(platform(" androidx.compose:compose-bom:2023.05.00 " ))
52
+ implementation(platform(" androidx.compose:compose-bom:2023.05.01 " ))
53
53
implementation(" androidx.compose.ui:ui" )
54
54
implementation(" androidx.compose.ui:ui-tooling-preview" )
55
55
implementation(" androidx.compose.material:material-icons-extended" )
56
- implementation(" androidx.compose.material3:material3:1.1.0-rc01 " )
56
+ implementation(" androidx.compose.material3:material3" )
57
57
58
58
// Accompanist
59
59
// val accompanistVersion = "0.30.1"
@@ -64,7 +64,7 @@ dependencies {
64
64
// implementation("com.google.accompanist:accompanist-permissions:$accompanistVersion")
65
65
66
66
// Coil (async image loading, network image)
67
- implementation(" io.coil-kt:coil-compose:2.2.2 " )
67
+ implementation(" io.coil-kt:coil-compose:2.3.0 " )
68
68
69
69
// KotlinX
70
70
implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0" )
@@ -87,4 +87,4 @@ dependencies {
87
87
implementation(" io.ktor:ktor-client-content-negotiation:$ktorVersion " )
88
88
implementation(" io.ktor:ktor-serialization-kotlinx-json:$ktorVersion " )
89
89
90
- }
90
+ }
0 commit comments