diff --git a/README.md b/README.md index 40191fe..8028967 100644 --- a/README.md +++ b/README.md @@ -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.2.0' + implementation 'com.budiyev.android:circular-progress-bar:1.2.1' } ``` Define a view in your layout file: diff --git a/build.gradle b/build.gradle index 1868f5a..59c46b1 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ apply plugin: 'com.jfrog.bintray' ext { libraryName = 'CircularProgressBar' libraryDescription = 'Circular progress bar' - libraryVersion = '1.2.0' + libraryVersion = '1.2.1' artifact = 'circular-progress-bar' developerId = 'yuriy-budiyev' developerName = 'Yuriy Budiyev' @@ -45,7 +45,7 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 28 - versionCode 21 + versionCode 22 versionName libraryVersion }