| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.3.0 source code.tar.gz | 2026-06-14 | 1.0 MB | |
| 2.3.0 source code.zip | 2026-06-14 | 1.1 MB | |
| README.md | 2026-06-14 | 1.1 kB | |
| Totals: 3 Items | 2.1 MB | 1 | |
2.3.0
Jetpack Compose support
RoundCornerProgressBar is now available for Jetpack Compose with full feature parity to the View library.
:::kotlin
implementation("com.akexorcist:roundcornerprogressbar-compose:2.3.0")
Android View artifact renamed
The View library moved to a consistent artifact name. No code changes required — see MIGRATION.md (github.com).
:::kotlin
// Old
implementation("com.akexorcist:round-corner-progress-bar:2.2.2")
// New
implementation("com.akexorcist:roundcornerprogressbar-view:2.3.0")
Fixes
rcAnimationSpeedScale/rcAnimationEnablewere ignored when set in XML (#98)rcRadiusnot applied onIconRoundCornerProgressBarwhen there is no icon /rcIconSize=0(#97)SavedState.newArray()recursed into itself (#101)
Toolchain
- AGP 9.2.1, Kotlin 2.3.21, Gradle 9.5.1, Compile & Target SDK 37, Compose BoM 2026.05.01
Full changelog: CHANGELOG.md (github.com)