Skip to content

Commit

Permalink
Updated dependencies to use kotlin 1.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
raamcosta committed Jan 22, 2023
1 parent eefc631 commit 676ab21
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
18 changes: 12 additions & 6 deletions .idea/compiler.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/misc.xml

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

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

kotlin = "1.7.21"
kotlin = "1.8.0"
dependencyCheckPluginVersion = "0.44.0"
gradlePluginVersion = "7.4.0"
mavenPublishPluginVersion = "0.22.0"
Expand All @@ -16,13 +16,13 @@ material = "1.7.0"
lifecycleKtx = "2.5.1"
lifecycleRuntimeKtx = "2.5.1"

ksp = "1.7.21-1.0.8"
ksp = "1.8.0-1.0.8"

junit = "4.13.2"

compose = "1.4.0-alpha04"
composeMaterial = "1.4.0-alpha04"
composeCompiler = "1.4.0-alpha02"
composeCompiler = "1.4.0"
composeNavigation = "2.6.0-alpha04"
accompanist = "0.29.0-alpha"

Expand Down

0 comments on commit 676ab21

Please sign in to comment.