File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ dependencies {
70
70
71
71
implementation ' androidx.core:core-ktx:1.15.0'
72
72
implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.8.7'
73
- implementation ' androidx.activity:activity-compose:1.10.0 '
73
+ implementation ' androidx.activity:activity-compose:1.10.1 '
74
74
implementation " androidx.compose.ui:ui:$compose_ui_version "
75
75
implementation " androidx.compose.ui:ui-tooling-preview:$compose_ui_version "
76
76
implementation ' androidx.compose.material:material:1.7.8'
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ buildscript {
20
20
}
21
21
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
22
plugins {
23
- id ' com.android.application' version ' 8.8.1 ' apply false
24
- id ' com.android.library' version ' 8.8.1 ' apply false
23
+ id ' com.android.application' version ' 8.8.2 ' apply false
24
+ id ' com.android.library' version ' 8.8.2 ' apply false
25
25
id ' org.jetbrains.kotlin.android' version ' 2.1.10' apply false
26
26
id ' com.google.devtools.ksp' version ' 2.1.10-1.0.30' apply false
27
27
id ' org.jetbrains.kotlin.plugin.compose' version ' 2.1.10' apply false
You can’t perform that action at this time.
0 commit comments