Skip to content

Commit

Permalink
Bump up dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskioko committed Dec 9, 2023
1 parent 397c82b commit e0bab38
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[versions]
accompanist = "0.33.2-alpha"
agp = "8.1.4"
androidx-activity = "1.8.1"
androidx-browser = "1.7.0"
Expand All @@ -16,11 +15,11 @@ compose-bom = "2023.10.01"
compose-constraintlayout = "1.0.1"
composecompiler = "1.5.4"
coroutines = "1.7.3"
datetime = "0.4.1"
decompose = "2.2.0-compose-experimental-beta02"
decompose-beta = "2.2.0-beta02"
datetime = "0.5.0"
decompose = "2.2.0"
dependency-analysis = "1.25.0"
dependency-check = "0.50.0"
essenty = "1.3.0"
desugar = "2.0.4"
kenburns = "1.0.7"
kermit = "1.2.3"
Expand All @@ -33,7 +32,7 @@ ksp = "1.9.20-1.0.13"
ktor = "2.3.6"
lint = "1.2.0"
napier = "2.6.1"
shared-module-version = "0.8.1"
shared-module-version = "0.9.0"
snapper = "0.3.0"
sqldelight = "2.0.0"
store5 = "5.0.0"
Expand All @@ -42,8 +41,6 @@ yamlkt = "0.12.0"
youtubePlayer = "12.0.0"

[libraries]
accompanist-navigation-material = { module = "com.google.accompanist:accompanist-navigation-material", version.ref = "accompanist" }

androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" }
androidx-compose-foundation = { module = "androidx.compose.foundation:foundation" }
androidx-compose-material-icons = { module = "androidx.compose.material:material-icons-extended" }
Expand Down Expand Up @@ -73,7 +70,8 @@ coroutines-jvm = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm",
coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }

decompose-decompose = { group = "com.arkivanov.decompose", name = "decompose", version.ref = "decompose" }
decompose-extensions-compose = { group = "com.arkivanov.decompose", name = "extensions-compose-jetpack", version.ref = "decompose-beta" }
decompose-extensions-compose = { group = "com.arkivanov.decompose", name = "extensions-compose-jetpack", version.ref = "decompose" }
essenty-lifecycle = { module = "com.arkivanov.essenty:lifecycle", version.ref = "essenty" }

kenburns = { module = "com.flaviofaria:kenburnsview", version.ref = "kenburns" }
kermit = { module = "co.touchlab:kermit", version.ref = "kermit" }
Expand Down

0 comments on commit e0bab38

Please sign in to comment.