Skip to content

Commit

Permalink
Fix publishing script
Browse files Browse the repository at this point in the history
  • Loading branch information
mars885 committed Aug 6, 2024
1 parent 2a1ef9a commit fcf05c6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions persistentsearchview/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ plugins {
android {
compileSdk = appConfig.compileSdkVersion

publishing {
singleVariant(publishingConfig.mavenPublicationName) {
withJavadocJar()
withSourcesJar()
}
}

defaultConfig {
namespace = "com.paulrybitskyi.persistentsearchview"
minSdk = appConfig.minSdkVersion
Expand Down

0 comments on commit fcf05c6

Please sign in to comment.