Skip to content

Commit

Permalink
versions update
Browse files Browse the repository at this point in the history
  • Loading branch information
raamcosta committed Nov 21, 2023
1 parent 2767286 commit 09f70d4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .idea/gradle.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.9.10"
kotlin = "1.9.20"
dependencyCheckPluginVersion = "0.48.0"
gradlePluginVersion = "8.2.0-beta06"
gradlePluginVersion = "8.1.4"
mavenPublishPluginVersion = "0.25.3"

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

ksp = "1.9.10-1.0.13"
ksp = "1.9.20-1.0.14"

junit = "4.13.2"

compose = "1.5.2"
composeMaterial = "1.5.2"
composeCompiler = "1.5.3"
composeNavigation = "2.7.3"
compose = "1.5.4"
composeMaterial = "1.5.4"
composeCompiler = "1.5.4"
composeNavigation = "2.7.5"
accompanist = "0.32.0"

ktxSerialization = "1.6.0"
Expand Down

0 comments on commit 09f70d4

Please sign in to comment.