Skip to content

Commit

Permalink
Merge pull request #46 from skydoves/kotlin/1.9.20
Browse files Browse the repository at this point in the history
Bump AGP to 8.2.0, Kotlin 1.9.20, compose compiler to 1.5.5
  • Loading branch information
skydoves authored Dec 3, 2023
2 parents 9bc24fc + a18e2ef commit 6a387f0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
[versions]
agp = "8.1.1"
dokka = "1.9.0"
agp = "8.2.0"
dokka = "1.9.10"
nexusPlugin = "0.25.3"
kotlin = "1.9.10"
kotlin = "1.9.20"
kotlinBinaryCompatibility = "0.13.2"
jvmTarget = "11"
androidxComposeBom = "2023.09.01"
androidxComposeCompiler = "1.5.3"
androidxComposeBom = "2023.10.01"
androidxComposeCompiler = "1.5.5"
androidxActivity = "1.7.2"
androidxTest = "1.5.2"
androidxCore = "1.8.0"
androidxNavigation = "2.6.0"
photoPicker = "1.0.0-alpha06"
baselineProfiles = "1.3.1"
macroBenchmark = "1.2.0-beta05"
uiAutomator = "2.3.0-alpha04"
macroBenchmark = "1.2.2"
uiAutomator = "2.3.0-alpha05"
spotless = "6.21.0"
junit = "1.1.5"
espresso-core = "3.5.1"
androidxMacroBenchmark = "1.2.0-beta05"
androidxMacroBenchmark = "1.2.2"

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
Expand Down

0 comments on commit 6a387f0

Please sign in to comment.