Skip to content

Commit

Permalink
Merge pull request #31 from avan1235/main
Browse files Browse the repository at this point in the history
Update libraries versions
  • Loading branch information
pahill committed Jul 19, 2024
2 parents 0168e7b + e5b8bcd commit 27e8b97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ captures
.externalNativeBuild
.cxx
local.properties
xcuserdata
xcuserdata
.kotlin
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 27e8b97

Please sign in to comment.