Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-budiyev committed Jan 11, 2018
1 parent 6d568d4 commit 6ed8bea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Circular progress bar, supports animations and indeterminate mode, highly custom
Add dependency:
```gradle
dependencies {
implementation 'com.budiyev.android:circular-progress-bar:1.1.5'
implementation 'com.budiyev.android:circular-progress-bar:1.1.6'
}
```
Define a view in your layout file:
Expand All @@ -30,6 +30,7 @@ Define a view in your layout file:
app:backgroundStrokeColor="#ff3f51b5"
app:backgroundStrokeWidth="2dp"
app:drawBackgroundStroke="false"
app:foregroundStrokeCap="butt"
app:foregroundStrokeColor="#ffff4081"
app:foregroundStrokeWidth="3dp"
app:indeterminate="false"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apply plugin: 'com.jfrog.bintray'
ext {
libraryName = 'CircularProgressBar'
libraryDescription = 'Circular progress bar'
libraryVersion = '1.1.5'
libraryVersion = '1.1.6'
artifact = 'circular-progress-bar'
developerId = 'yuriy-budiyev'
developerName = 'Yuriy Budiyev'
Expand All @@ -46,7 +46,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 27
versionCode 16
versionCode 17
versionName libraryVersion
}

Expand Down

0 comments on commit 6ed8bea

Please sign in to comment.