Skip to content

Commit

Permalink
Bump Kotlin to 1.8.0 and compose compiler to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Jan 19, 2023
1 parent 03a5da5 commit 211147f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
streamChatSDK = "5.11.9"
streamLog = "1.1.3"
balloon = "1.5.0"
landscapist = "2.1.0"
balloon = "1.5.2"
landscapist = "2.1.1"
androidDesugarJdkLibs = "1.1.5"
androidGradlePlugin = "7.3.0"
androidxActivity = "1.4.0"
androidxAppCompat = "1.4.2"
androidxCompose = "1.3.0"
androidxComposeCompiler = "1.3.2"
androidxCompose = "1.3.1"
androidxComposeCompiler = "1.4.0"
androidxComposeMaterial3 = "1.0.0-alpha13"
androidxComposeConstraintLayout = "1.0.0"
androidxComposeNavigation = "2.5.0"
Expand All @@ -27,13 +27,13 @@ androidxUiAutomator = "2.2.0"
hilt = "2.44"
hiltExt = "1.0.0"
junit4 = "4.13.2"
kotlin = "1.7.20"
kotlin = "1.8.0"
kotlinxCoroutines = "1.6.3"
ksp = "1.7.20-1.0.6"
ksp = "1.8.0-1.0.8"
ktlint = "0.43.0"
okhttp = "4.10.0"
retrofit = "2.9.0"
sandwich = "1.3.2"
sandwich = "1.3.3"
moshi="1.14.0"
spotless = "6.7.0"
webviewInspector = "1.0.2"
Expand Down

0 comments on commit 211147f

Please sign in to comment.