We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef76dd8 commit 4e96884Copy full SHA for 4e96884
1 file changed
library/build.gradle
@@ -35,17 +35,14 @@ dependencies {
35
compileOnly 'com.google.android.material:material:1.4.0'
36
}
37
38
-group = 'io.github.ztiany'
39
-version = '1.0'
40
-
41
afterEvaluate {
42
publishing {
43
publications {
44
// Creates a Maven publication called "release".
45
release(MavenPublication) {
46
from components.release
47
- groupId = 'io.github.ztiany'
48
- artifactId = 'android-loadmore-adapter'
+ groupId = 'com.github.Ztiany'
+ artifactId = 'android-load-more-adapter'
49
version = "4.5.0"
50
51
0 commit comments