Bump dependencies

This commit is contained in:
arkon 2023-04-19 22:58:36 -04:00
parent add228407f
commit 03a344e9c1
3 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ appcompat = "androidx.appcompat:appcompat:1.6.1"
biometricktx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"
coordinatorlayout = "androidx.coordinatorlayout:coordinatorlayout:1.2.0"
corektx = "androidx.core:core-ktx:1.11.0-alpha02"
corektx = "androidx.core:core-ktx:1.11.0-alpha03"
splashscreen = "androidx.core:core-splashscreen:1.0.0-alpha02"
recyclerview = "androidx.recyclerview:recyclerview:1.3.0"
viewpager = "androidx.viewpager:viewpager:1.1.0-alpha01"

View File

@ -1,10 +1,10 @@
[versions]
compiler = "1.4.5"
compiler = "1.4.6"
compose-bom = "2023.03.00"
accompanist = "0.30.1"
[libraries]
activity = "androidx.activity:activity-compose:1.7.0"
activity = "androidx.activity:activity-compose:1.7.1"
bom = { group = "dev.chrisbanes.compose", name = "compose-bom", version.ref = "compose-bom" }
foundation = { module = "androidx.compose.foundation:foundation" }
animation = { module = "androidx.compose.animation:animation" }

View File

@ -84,7 +84,7 @@ sqldelight-android-paging = { module = "com.squareup.sqldelight:android-paging3-
sqldelight-gradle = { module = "com.squareup.sqldelight:gradle-plugin", version.ref = "sqldelight" }
junit = "org.junit.jupiter:junit-jupiter:5.9.2"
kotest-assertions = "io.kotest:kotest-assertions-core:5.6.0"
kotest-assertions = "io.kotest:kotest-assertions-core:5.6.1"
voyager-navigator = { module = "ca.gosyer:voyager-navigator", version.ref = "voyager" }
voyager-tab-navigator = { module = "ca.gosyer:voyager-tab-navigator", version.ref = "voyager" }