Skip to content

Commit 4e96884

Browse files
author
Alien
committed
fix publishing
1 parent ef76dd8 commit 4e96884

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

library/build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,14 @@ dependencies {
3535
compileOnly 'com.google.android.material:material:1.4.0'
3636
}
3737

38-
group = 'io.github.ztiany'
39-
version = '1.0'
40-
4138
afterEvaluate {
4239
publishing {
4340
publications {
4441
// Creates a Maven publication called "release".
4542
release(MavenPublication) {
4643
from components.release
47-
groupId = 'io.github.ztiany'
48-
artifactId = 'android-loadmore-adapter'
44+
groupId = 'com.github.Ztiany'
45+
artifactId = 'android-load-more-adapter'
4946
version = "4.5.0"
5047
}
5148
}

0 commit comments

Comments
 (0)