Skip to content

Commit 9a45ba5

Browse files
author
muhammad.kamran
committed
code Pushed
1 parent e7caf9e commit 9a45ba5

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

bottomsheet/build.gradle.kts

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,7 @@ android {
4242
excludes += "/META-INF/{AL2.0,LGPL2.1}"
4343
}
4444
}
45-
afterEvaluate {
46-
publishing {
47-
publications {
48-
create<MavenPublication>("maven") {
49-
from (components["release"])
50-
groupId = "com.github.kami-kamran"
51-
artifactId = "custom-bottom-sheet"
52-
version = "0.0.2"
53-
artifact("${layout.buildDirectory}/outputs/aar/custom-bottom-sheet-release.aar")
54-
}
55-
}
56-
}
5745

58-
}
5946
}
6047

6148
dependencies {
@@ -77,4 +64,17 @@ dependencies {
7764
debugImplementation(libs.androidx.ui.tooling)
7865
debugImplementation(libs.androidx.ui.test.manifest)
7966
implementation(libs.coil)
67+
}
68+
afterEvaluate {
69+
publishing {
70+
publications {
71+
create<MavenPublication>("release") {
72+
from(components["release"])
73+
74+
groupId = "com.github.kami-kamran"
75+
artifactId = "custom-bottom-sheet"
76+
version = "0.0.3"
77+
}
78+
}
79+
}
8080
}

0 commit comments

Comments
 (0)