Skip to content

Commit 3d812d5

Browse files
committed
Update build.gradle.kts
1 parent df4480b commit 3d812d5

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

library/build.gradle.kts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,10 @@ val isJitPack = System.getenv("JITPACK") == "true"
1818
|| System.getenv("ci") == "true"
1919

2020
mavenPublishing {
21-
coordinates("io.github.bodenberg", "appdimens-dynamic", "3.1.4")
21+
coordinates("io.github.bodenberg", "appdimens-dynamic", "3.1.5")
2222

2323
configure(
24-
AndroidSingleVariantLibrary(
25-
publishJavadocJar = true,
26-
sourcesJar = true
27-
)
24+
AndroidSingleVariantLibrary()
2825
)
2926

3027
pom {

0 commit comments

Comments
 (0)