Skip to content

Commit

Permalink
Merge pull request #37 from skydoves/kotlin/2.0.20
Browse files Browse the repository at this point in the history
Bump Kotlin to 2.0.20 and compose to 1.7.0-rc01
  • Loading branch information
skydoves authored Aug 29, 2024
2 parents 63a5198 + a0461ab commit 27c85be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

# Java class files
*.class
./kotlin

# Generated files
bin/
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[versions]
agp = "8.5.2"
kotlin = "2.0.10"
kotlin = "2.0.20"
dokka = "1.9.20"
javaRelease = "11"
jvmTarget = "11"
material = "1.12.0"
nexusPlugin = "0.29.0"
binaryCompatibility = "0.16.3"
androidxActivity = "1.9.1"
androidxCompose = "1.7.0-beta07"
androidxCompose = "1.7.0-rc01"
androidxComposeConstraintLayout = "1.0.1"
androidxCore = "1.13.1"
androidxTest = "1.6.1"
androidxTest = "1.6.2"
androidxJunit = "1.1.3"
androidxMacroBenchmark = "1.2.4"
androidxMacroBenchmark = "1.3.0"
androidxProfileinstaller = "1.3.1"
androidxUiAutomator = "2.3.0"
landscapist = "2.3.6"
Expand Down

0 comments on commit 27c85be

Please sign in to comment.