Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranpons committed Oct 3, 2024
2 parents 53cb5cd + 9006ac1 commit ee5603b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ android {
lint {
disable.add("ObsoleteLintCustomCheck")
}
publishing {
singleVariant("release") {
withJavadocJar()
withSourcesJar()
}
}
namespace = "com.adevinta.mappicker"
}

Expand Down
1 change: 0 additions & 1 deletion leku/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ android {
}
publishing {
singleVariant("release") {
withJavadocJar()
withSourcesJar()
}
}
Expand Down

0 comments on commit ee5603b

Please sign in to comment.