Skip to content

Commit

Permalink
Publish Javadoc and sources for selekt-android-sqlcipher library.
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth J. Shackleton <[email protected]>
  • Loading branch information
kennethshackleton committed Feb 6, 2024
1 parent 1a57add commit 1ca9a94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion selekt-android-sqlcipher/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ android {
}
}
publishing {
singleVariant("release")
singleVariant("release") {
withJavadocJar()
withSourcesJar()
}
}
}

Expand Down

0 comments on commit 1ca9a94

Please sign in to comment.