Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@ dependencies {
implementation "androidx.core:core-splashscreen:1.0.1"

implementation "androidx.core:core-ktx:$core_ktx_version"
implementation 'androidx.activity:activity-compose:1.8.1'
implementation 'androidx.activity:activity-compose:1.8.2'
implementation "androidx.compose.ui:ui:$compose_ui_version"
implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version"

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ buildscript {
lifecycle_version = '2.6.1'
compose_ui_version = '1.5.4'
compose_ui_test_version = '1.5.4'
nav_version = "2.7.5"
nav_version = "2.7.6"
core_ktx_version = '1.12.0'
}
}

0 comments on commit 1889405

Please sign in to comment.