Skip to content

Commit

Permalink
remove implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
kozaxinan committed Aug 3, 2023
1 parent 6061e71 commit c7a8153
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions android-lints/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
publishing {
publications {
release(MavenPublication) {
groupId = "com.kozaxinan.android-lints"
groupId = "com.github.kozaxinan"
artifactId = "android-lints"

afterEvaluate {
Expand All @@ -43,6 +43,5 @@ publishing {
}

dependencies {
implementation project(':checks')
lintPublish project(':checks')
}

0 comments on commit c7a8153

Please sign in to comment.