Skip to content

Commit 450e7c6

Browse files
committed
update libraries versions
1 parent 0168e7b commit 450e7c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
2-
agp = "8.2.2"
2+
agp = "8.5.0"
33
kotlin = "2.0.0"
4-
nexus-publish = "2.0.0-rc-1"
4+
nexus-publish = "2.0.0"
55
android-minSdk = "24"
66
android-compileSdk = "34"
77

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

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

0 commit comments

Comments
 (0)