Skip to content

Commit

Permalink
Add jitpack settings
Browse files Browse the repository at this point in the history
  • Loading branch information
masato1230 committed Dec 28, 2022
1 parent 310e3bd commit 4784de2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docpuree/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
id 'com.android.library'
id 'org.jetbrains.kotlin.android'
id 'maven-publish'
}

android {
Expand Down Expand Up @@ -81,3 +82,17 @@ dependencies {
// Markdown Viewer
implementation "com.halilibo.compose-richtext:richtext-commonmark:0.16.0"
}

afterEvaluate {
publishing {
publications {
release(MavenPublication) {
from components.release

groupId = 'com.github.tokubai'
artifactId = 'docpuree'
version = '1.0.1'
}
}
}
}

0 comments on commit 4784de2

Please sign in to comment.