We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8346c9c commit c1fea25Copy full SHA for c1fea25
build.gradle.kts
@@ -1,7 +1,7 @@
1
plugins {
2
kotlin("jvm") version "2.0.21" apply false
3
kotlin("android") version "2.0.21" apply false
4
- id("com.android.library") version "8.10.1" apply false
+ id("com.android.library") version "8.11.1" apply false
5
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
6
id("org.jetbrains.dokka") version "1.9.20" apply false
7
}
0 commit comments