From 3206d925e3c10e3af9b11e2de3ae22d66231a3fa Mon Sep 17 00:00:00 2001 From: Jonas Lochmann Date: Mon, 28 Oct 2024 01:00:00 +0100 Subject: [PATCH] Update dependencies --- app/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index cb2defa..775ce46 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -173,16 +173,16 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.21" implementation 'androidx.appcompat:appcompat:1.7.0' - implementation 'androidx.core:core:1.13.1' + implementation 'androidx.core:core:1.15.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.gridlayout:gridlayout:1.0.0' implementation "com.google.android.material:material:1.12.0" - implementation 'androidx.compose.material:material:1.7.4' + implementation 'androidx.compose.material:material:1.7.5' implementation 'androidx.activity:activity-compose:1.9.3' implementation "com.google.accompanist:accompanist-flowlayout:0.30.0" - implementation 'androidx.compose.material:material-icons-extended:1.7.4' - debugImplementation "androidx.compose.ui:ui-tooling:1.7.4" - implementation 'androidx.fragment:fragment-ktx:1.8.4' + implementation 'androidx.compose.material:material-icons-extended:1.7.5' + debugImplementation "androidx.compose.ui:ui-tooling:1.7.5" + implementation 'androidx.fragment:fragment-ktx:1.8.5' implementation "androidx.navigation:navigation-fragment-ktx:$nav_version" implementation "androidx.navigation:navigation-ui:$nav_version"