Skip to content

Commit ef06c8d

Browse files
committed
jitpack
1 parent 44dea7f commit ef06c8d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

drawerlayout/build.gradle

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,18 @@ android {
4444
}
4545
}
4646

47+
publishing {
48+
publications {
49+
mavenJava(MavenPublication) {
50+
groupId = "com.github.arronyee"
51+
artifactId = "DrawerLayout"
52+
version = "0.0.3"
53+
54+
from components.java
55+
}
56+
}
57+
}
58+
4759
dependencies {
4860

4961
implementation 'androidx.appcompat:appcompat:1.2.0'

0 commit comments

Comments
 (0)