We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0168e7b + e5b8bcd commit 27e8b97Copy full SHA for 27e8b97
.gitignore
@@ -7,4 +7,5 @@ captures
7
.externalNativeBuild
8
.cxx
9
local.properties
10
-xcuserdata
+xcuserdata
11
+.kotlin
gradle/libs.versions.toml
@@ -1,7 +1,7 @@
1
[versions]
2
-agp = "8.2.2"
+agp = "8.5.0"
3
kotlin = "2.0.0"
4
-nexus-publish = "2.0.0-rc-1"
+nexus-publish = "2.0.0"
5
android-minSdk = "24"
6
android-compileSdk = "34"
@@ -11,4 +11,4 @@ nexus-publish = { module = "io.github.gradle-nexus.publish-plugin:io.github.grad
12
[plugins]
13
androidLibrary = { id = "com.android.library", version.ref = "agp" }
14
-kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
+kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
0 commit comments