Skip to content

Commit

Permalink
Enable publishing sources and javadocs for bdk-android.
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzh committed Mar 20, 2022
1 parent f97297c commit 5eeb9f5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ android {
proguardFiles(file("proguard-android-optimize.txt"), file("proguard-rules.pro"))
}
}

publishing {
singleVariant("release") {
withSourcesJar()
withJavadocJar()
}
}
}

dependencies {
Expand Down

0 comments on commit 5eeb9f5

Please sign in to comment.