Skip to content

Commit 838c048

Browse files
Update Update Androidx (#411)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 77ae5d4 commit 838c048

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ dependencies {
6969
def coroutines_version = "1.10.2"
7070
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
7171

72-
implementation 'androidx.core:core-ktx:1.17.0'
72+
implementation 'androidx.core:core-ktx:1.18.0'
7373
implementation 'androidx.appcompat:appcompat:1.7.1'
74-
implementation 'androidx.activity:activity-compose:1.12.4'
75-
def composeBom = platform('androidx.compose:compose-bom:2026.02.01')
74+
implementation 'androidx.activity:activity-compose:1.13.0'
75+
def composeBom = platform('androidx.compose:compose-bom:2026.03.00')
7676
implementation composeBom
7777
implementation "androidx.compose.ui:ui"
7878
implementation "androidx.compose.foundation:foundation"

0 commit comments

Comments
 (0)