Download Latest Version 2.3.0 source code.zip (1.1 MB)
Email in envelope

Get an email when there's a new version of RoundCornerProgressBar

Home / 2.3.0
Name Modified Size InfoDownloads / 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 / rcAnimationEnable were ignored when set in XML (#98)
  • rcRadius not applied on IconRoundCornerProgressBar when 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)

Source: README.md, updated 2026-06-14