Skip to content

Commit

Permalink
added artifact again
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranpons committed Oct 3, 2024
1 parent 53cb5cd commit d71e776
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 d71e776

Please sign in to comment.