Skip to content

Commit

Permalink
versions update
Browse files Browse the repository at this point in the history
  • Loading branch information
raamcosta committed Jul 29, 2023
1 parent 5797233 commit e2baf75
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ minSdk = "21"
compileSdk = "34"
targetSdk = "34"

kotlin = "1.8.22"
kotlin = "1.9.0"
dependencyCheckPluginVersion = "0.47.0"
gradlePluginVersion = "8.2.0-alpha12"
gradlePluginVersion = "8.2.0-alpha14"
mavenPublishPluginVersion = "0.25.3"

composeViewModel = "2.6.1"
Expand All @@ -15,14 +15,14 @@ activityCompose = "1.7.2"
material = "1.9.0"
lifecycleRuntimeKtx = "2.6.1"

ksp = "1.8.22-1.0.11"
ksp = "1.9.0-1.0.11"

junit = "4.13.2"

compose = "1.5.0-beta03"
composeMaterial = "1.5.0-beta03"
composeCompiler = "1.4.8"
composeNavigation = "2.7.0-beta02"
compose = "1.5.0-rc01"
composeMaterial = "1.5.0-rc01"
composeCompiler = "1.5.1"
composeNavigation = "2.7.0-rc01"
accompanist = "0.31.5-beta"

ktxSerialization = "1.5.1"
Expand Down

0 comments on commit e2baf75

Please sign in to comment.