0.3.0
Changed name of animation from "Wave" to "Snake"
Update usages in your code:
- In XML occurrences change property
app:animationStyle="wave"
toapp:animationStyle="snake"
- In code occurrences change from
AnimatedProgressBar.Style.WAVE
toAnimatedProgressBar.Style.SNAKE