Skip to content

Commit

Permalink
Merge pull request #55 from skydoves/kotlin/2.0.20
Browse files Browse the repository at this point in the history
Bump Kotlin to 2.0.20 and several dependencies
  • Loading branch information
skydoves authored Sep 1, 2024
2 parents 2b6029f + 4fe3cb2 commit 8a45e2c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
[versions]
agp = "8.5.1"
agp = "8.5.2"
dokka = "1.9.10"
nexusPlugin = "0.29.0"
kotlin = "2.0.0"
kotlin = "2.0.20"
kotlinBinaryCompatibility = "0.16.3"
jvmTarget = "11"
androidxComposeBom = "2024.06.00"
androidxComposeBom = "2024.08.00"
androidxComposeConstraintLayout = "1.0.1"
androidxActivity = "1.9.1"
androidxTest = "1.6.1"
androidxTest = "1.6.2"
androidxNavigation = "2.7.7"
androidxLifecycle = "2.8.4"
landscapist = "2.3.6"
baselineProfiles = "1.3.1"
uiAutomator = "2.3.0"
spotless = "6.21.0"
orbital = "0.3.3"
androidxMacroBenchmark = "1.2.4"
accompanist = "0.32.0"
androidxMacroBenchmark = "1.3.0"
accompanist = "0.34.0"
jetbrains-compose = "1.6.11"

[plugins]
Expand Down

0 comments on commit 8a45e2c

Please sign in to comment.