Skip to content

Commit

Permalink
update libraries versions
Browse files Browse the repository at this point in the history
  • Loading branch information
avan1235 committed Jul 9, 2024
1 parent 0168e7b commit 450e7c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
agp = "8.2.2"
agp = "8.5.0"
kotlin = "2.0.0"
nexus-publish = "2.0.0-rc-1"
nexus-publish = "2.0.0"
android-minSdk = "24"
android-compileSdk = "34"

Expand All @@ -11,4 +11,4 @@ nexus-publish = { module = "io.github.gradle-nexus.publish-plugin:io.github.grad

[plugins]
androidLibrary = { id = "com.android.library", version.ref = "agp" }
kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }

0 comments on commit 450e7c6

Please sign in to comment.