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 5002b7d commit 378d3c7Copy full SHA for 378d3c7
appliedanimations/build.gradle.kts
@@ -65,11 +65,13 @@ dependencies {
65
afterEvaluate {
66
publishing {
67
publications {
68
- create("maven", MavenPublication::class.java) {
+ create<MavenPublication>("maven") {
69
groupId = "com.github.Hypercubesoft"
70
artifactId = "ComposeMultistepAnimations"
71
- version = "1.0"
+ version = "1.0.2"
72
+
73
+ from(components["release"])
74
}
75
76
-}
77
+}
0 commit comments