We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4480b commit 3d812d5Copy full SHA for 3d812d5
1 file changed
library/build.gradle.kts
@@ -18,13 +18,10 @@ val isJitPack = System.getenv("JITPACK") == "true"
18
|| System.getenv("ci") == "true"
19
20
mavenPublishing {
21
- coordinates("io.github.bodenberg", "appdimens-dynamic", "3.1.4")
+ coordinates("io.github.bodenberg", "appdimens-dynamic", "3.1.5")
22
23
configure(
24
- AndroidSingleVariantLibrary(
25
- publishJavadocJar = true,
26
- sourcesJar = true
27
- )
+ AndroidSingleVariantLibrary()
28
)
29
30
pom {
0 commit comments