Update dependencies

This commit is contained in:
Jonas Lochmann 2024-04-08 02:00:00 +02:00
parent 73992bb6af
commit 984a0ed147
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36

View file

@ -176,11 +176,11 @@ dependencies {
implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.gridlayout:gridlayout:1.0.0' implementation 'androidx.gridlayout:gridlayout:1.0.0'
implementation "com.google.android.material:material:1.11.0" implementation "com.google.android.material:material:1.11.0"
implementation 'androidx.compose.material:material:1.6.3' implementation 'androidx.compose.material:material:1.6.5'
implementation 'androidx.activity:activity-compose:1.8.2' implementation 'androidx.activity:activity-compose:1.8.2'
implementation "com.google.accompanist:accompanist-flowlayout:0.30.0" implementation "com.google.accompanist:accompanist-flowlayout:0.30.0"
implementation 'androidx.compose.material:material-icons-extended:1.6.3' implementation 'androidx.compose.material:material-icons-extended:1.6.5'
debugImplementation "androidx.compose.ui:ui-tooling:1.6.3" debugImplementation "androidx.compose.ui:ui-tooling:1.6.5"
implementation 'androidx.fragment:fragment-ktx:1.6.2' implementation 'androidx.fragment:fragment-ktx:1.6.2'
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version" implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"