diff --git a/README.md b/README.md index 6771b81..e5bc261 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ allprojects { Add the dependency in your app ```build.gradle``` file: ``` gradle -implementation 'io.github.smartsensesolutions:ProfilePercentageView:1.0.2' +implementation 'io.github.smartsensesolutions:ProfilePercentageView:1.0.3' ``` ## Usage @@ -62,6 +62,13 @@ For getting current value of progress: ppvProfile.getCurrentValue() ``` +For setting max value of progress: + +``` kotlin +ppvProfile.setMaxValue(maxValue: Int) +``` + + ## Attributes Following are the various attributes available to customize the look and feel of the Seekbar.