Skip to content

Commit c7a8153

Browse files
committed
remove implementation
1 parent 6061e71 commit c7a8153

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

android-lints/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ android {
3232
publishing {
3333
publications {
3434
release(MavenPublication) {
35-
groupId = "com.kozaxinan.android-lints"
35+
groupId = "com.github.kozaxinan"
3636
artifactId = "android-lints"
3737

3838
afterEvaluate {
@@ -43,6 +43,5 @@ publishing {
4343
}
4444

4545
dependencies {
46-
implementation project(':checks')
4746
lintPublish project(':checks')
4847
}

0 commit comments

Comments
 (0)