Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Budiyev committed Nov 23, 2017
1 parent 121be94 commit a9d5abe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Circular progress bar
Add dependency:
```gradle
dependencies {
implementation 'com.budiyev.android:circular-progress-bar:1.0.4'
implementation 'com.budiyev.android:circular-progress-bar:1.0.5'
}
```
Define a view in your layout file:
Expand All @@ -24,10 +24,10 @@ Define a view in your layout file:
android:layout_width="64dp"
android:layout_height="64dp"
app:animateProgress="true"
app:backgroundStrokeColor="?colorPrimaryDark"
app:backgroundStrokeColor="#ff3f51b5"
app:backgroundStrokeWidth="2dp"
app:drawBackgroundStroke="false"
app:foregroundStrokeColor="?colorPrimary"
app:foregroundStrokeColor="#ffff4081"
app:foregroundStrokeWidth="3dp"
app:indeterminate="false"
app:indeterminateGrowAnimationDuration="2000"
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.0.4'
libraryVersion = '1.0.5'
artifact = 'circular-progress-bar'
developerId = 'yuriy-budiyev'
developerName = 'Yuriy Budiyev'
Expand All @@ -46,7 +46,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 26
versionCode 5
versionCode 6
versionName libraryVersion
}

Expand Down

0 comments on commit a9d5abe

Please sign in to comment.