Skip to content

Commit

Permalink
added jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwiecien committed May 4, 2022
1 parent 4be309a commit a6d62b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bubbleseekbar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 32
versionName "3.0"
}

buildTypes {
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ allprojects {
repositories {
jcenter()
google()
maven { url "https://jitpack.io" }
}

tasks.withType(Javadoc) {
Expand Down

0 comments on commit a6d62b3

Please sign in to comment.