Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YangsBryant committed Sep 17, 2019
1 parent 71c7cf4 commit 317e450
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation project(path: ':progresslibrary')
implementation 'com.github.YangsBryant:BGradualProgress:1.0.1'
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ allprojects {
repositories {
google()
jcenter()

maven { url "https://jitpack.io" }
}
}

Expand Down
2 changes: 1 addition & 1 deletion progresslibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {


defaultConfig {
minSdkVersion 28
minSdkVersion 22
targetSdkVersion 29
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit 317e450

Please sign in to comment.