2.2.1
🚀 Release Notes for KotStep 2.2.1
What's Changed 😮:
- Segregate
lineType
into two attrs:lineTrackType
andlineProgressType
- Segregate
strokeCap
into two attrs:trackStrokeCap
andprogressStrokeCap
⚠️ Breaking Changes:
- If using
lineType
, please uselineTrackType
andlineProgressType
for better usability. - If using
strokeCap
, please usetrackStrokeCap
andprogressStrokeCap
for better usability.
How to update your KotStep?
Change: 2.2.0
-> 2.2.1
dependencies {
implementation("com.github.binayshaw7777:KotStep:2.2.1")
}
Have any suggestion or want to report an issue?
Create an issue and mention @binayshaw7777 😄
Full Changelog: 2.2.0...2.2.1