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 202909f commit b1b8673Copy full SHA for b1b8673
build.gradle.kts
@@ -83,6 +83,7 @@ val sourcesJar by tasks.registering(Jar::class) {
83
84
group = "${project.ext.get("group_id")}"
85
version = "${project.ext.get("plugin_version")}"
86
+
87
artifacts {
88
archives(javadocJar)
89
archives(sourcesJar)
gradle/libs.versions.toml
@@ -1,12 +1,12 @@
1
[versions]
2
-android_gradle = "8.11.0"
+android_gradle = "8.11.1"
3
gradle_publish = "1.3.1"
4
plugin_version = "1.4.2"
5
annotations = "26.0.2"
6
httpcore = "4.4.16"
7
httpclient = "4.5.14"
8
httpmime = "4.5.14"
9
-junit = "5.13.2"
+junit = "5.13.3"
10
gson = "2.13.1"
11
12
[plugins]
0 commit comments