Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #33 from kirillzh/issue-32/publish-android-sources…
Browse files Browse the repository at this point in the history
…-and-docs

#32: Enable publishing bdk-android sources and java docs
  • Loading branch information
thunderbiscuit committed Mar 23, 2022
2 parents f99ba7f + aea8d70 commit 61295bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:7.0.4")
classpath("com.android.tools.build:gradle:7.1.2")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10")
}
}
Expand Down

0 comments on commit 61295bf

Please sign in to comment.