Skip to content

Commit

Permalink
Merge pull request #508 from kennethshackleton/android-sqlcipher-java…
Browse files Browse the repository at this point in the history
…doc-sources

Publish Javadoc and sources for selekt-android-sqlcipher library.
  • Loading branch information
kennethshackleton authored Feb 6, 2024
2 parents 1a57add + 1ca9a94 commit 8f78647
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 8f78647

Please sign in to comment.