Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adrielcafe committed Feb 21, 2022
1 parent e0d727e commit 312ef8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin.mpp.enableGranularSourceSetsMetadata=true

# Maven
GROUP=cafe.adriel.voyager
VERSION_NAME=1.0.0-beta15
VERSION_NAME=1.0.0-beta16

POM_DESCRIPTION=A pragmatic navigation library for Jetpack Compose
POM_INCEPTION_YEAR=2021
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[versions]
plugin-android = "7.1.0"
plugin-android = "7.1.1"
plugin-ktlint = "10.2.1"
plugin-maven = "0.18.0"
plugin-multiplatform-compose = "1.0.1"

coroutines = "1.6.0"
kotlin = "1.6.10"
kodein = "7.10.0"
kodein = "7.11.0"
koin = "3.1.5"
hilt = "2.40.5"
hilt = "2.41"
leakCanary = "2.8.1"
appCompat = "1.4.1"
lifecycle = "2.4.0"
compose = "1.1.0-rc03"
lifecycle = "2.4.1"
compose = "1.1.0"
composeActivity = "1.4.0"

junit = "5.8.2"
Expand Down

0 comments on commit 312ef8b

Please sign in to comment.