Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adrielcafe committed Oct 19, 2021
1 parent 3b99a78 commit dce3167
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kotlin.code.style=official

# Maven
GROUP=cafe.adriel.voyager
VERSION_NAME=1.0.0-beta12
VERSION_NAME=1.0.0-beta13

POM_DESCRIPTION=A pragmatic navigation library for Jetpack Compose
POM_INCEPTION_YEAR=2021
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
plugin-android = "7.0.2"
plugin-android = "7.0.3"
plugin-ktlint = "10.2.0"
plugin-maven = "0.18.0"

Expand All @@ -10,10 +10,10 @@ hilt = "2.39.1"
leakCanary = "2.7"
appCompat = "1.4.0-beta01"
lifecycle = "2.4.0-rc01"
compose = "1.1.0-alpha05"
composeActivity = "1.4.0-beta01"
compose = "1.1.0-alpha06"
composeActivity = "1.4.0-rc01"

junit = "5.7.2"
junit = "5.8.1"

[libraries]
plugin-android = { module = "com.android.tools.build:gradle", version.ref = "plugin-android" }
Expand Down

0 comments on commit dce3167

Please sign in to comment.