Skip to content

Commit 9f69fee

Browse files
update all libraries
1 parent 8c13727 commit 9f69fee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.kotlin/sessions/kotlin-compiler-15147112421292548651.salive

Whitespace-only changes.

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,18 @@ android {
5151

5252
dependencies {
5353
implementation 'androidx.core:core-ktx:1.15.0'
54-
implementation 'androidx.fragment:fragment-ktx:1.8.5'
54+
implementation 'androidx.fragment:fragment-ktx:1.8.6'
5555
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.7'
56-
implementation 'androidx.activity:activity-compose:1.10.0'
57-
implementation platform('androidx.compose:compose-bom:2025.01.01')
56+
implementation 'androidx.activity:activity-compose:1.10.1'
57+
implementation platform('androidx.compose:compose-bom:2025.03.00')
5858
implementation 'androidx.compose.ui:ui'
5959
implementation 'androidx.compose.ui:ui-graphics'
6060
implementation 'androidx.compose.ui:ui-tooling-preview'
6161
implementation 'androidx.compose.material3:material3'
6262
testImplementation 'junit:junit:4.13.2'
6363
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
6464
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
65-
androidTestImplementation platform('androidx.compose:compose-bom:2025.01.01')
65+
androidTestImplementation platform('androidx.compose:compose-bom:2025.03.00')
6666
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
6767
debugImplementation 'androidx.compose.ui:ui-tooling'
6868
debugImplementation 'androidx.compose.ui:ui-test-manifest'

0 commit comments

Comments
 (0)