File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff 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
6148dependencies {
@@ -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}
You can’t perform that action at this time.
0 commit comments