We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6061e71 commit c7a8153Copy full SHA for c7a8153
1 file changed
android-lints/build.gradle
@@ -32,7 +32,7 @@ android {
32
publishing {
33
publications {
34
release(MavenPublication) {
35
- groupId = "com.kozaxinan.android-lints"
+ groupId = "com.github.kozaxinan"
36
artifactId = "android-lints"
37
38
afterEvaluate {
@@ -43,6 +43,5 @@ publishing {
43
}
44
45
dependencies {
46
- implementation project(':checks')
47
lintPublish project(':checks')
48
0 commit comments