Update dependencies

This commit is contained in:
Ricki Hirner 2023-12-20 14:00:12 +01:00
parent 532a143cc8
commit e2ac368dbc
No known key found for this signature in database
GPG key ID: 79A019FCAAEDD3AA
2 changed files with 3 additions and 3 deletions

View file

@ -137,7 +137,7 @@ dependencies {
kapt "com.google.dagger:hilt-android-compiler:${versions.hilt}" // replace by KSP when ready [https://issuetracker.google.com/179057202]
// support libs
implementation 'androidx.activity:activity-compose:1.8.1'
implementation 'androidx.activity:activity-compose:1.8.2'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.browser:browser:1.7.0'
implementation 'androidx.cardview:cardview:1.0.0'
@ -156,7 +156,7 @@ dependencies {
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation "androidx.work:work-runtime-ktx:${versions.workManager}"
implementation 'com.google.android.flexbox:flexbox:3.0.0'
implementation 'com.google.android.material:material:1.10.0'
implementation 'com.google.android.material:material:1.11.0'
// Jetpack Compose
implementation platform("androidx.compose:compose-bom:${versions.composeBom}")

View file

@ -8,7 +8,7 @@ buildscript {
accompanist: '0.32.0',
appIntro: '7.0.0-beta02',
composeBom: '2023.10.01',
hilt: '2.49',
hilt: '2.50',
kotlin: '1.9.21', // keep in sync with * app/build.gradle composeOptions.kotlinCompilerExtensionVersion
// * com.google.devtools.ksp at the end of this file
okhttp: '4.12.0',