Skip to content

Commit

Permalink
Prepare for upload to JitPack
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenVinouze committed Jan 14, 2022
1 parent 1a6b046 commit 89f6175
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions segmentedprogressbar/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
id 'com.android.library'
id 'kotlin-android'
id 'maven-publish'
}

android {
Expand Down Expand Up @@ -38,4 +39,18 @@ dependencies {
implementation 'androidx.activity:activity-compose:1.4.0'
testImplementation 'junit:junit:4.13.2'
debugImplementation "androidx.compose.ui:ui-tooling:$compose_version"
}

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

groupId = 'com.stephenvinouze'
artifactId = 'segmented-progressbar'
version = '1.0.0'
}
}
}
}

0 comments on commit 89f6175

Please sign in to comment.