admin管理员组

文章数量:1430486

implelementation ("com.github.lzyzsd:circleprogress:1.2.4")

The above library does not support the newer versions of Android such as 14, but I have legacy code so I want to use the same for not to change the whole logic (migrations not planned yet). I tried the below library but I will have to change whole logic.

implementation ("com.github.hadibtf:SemiCircleArcProgressBar:1.1.1")

本文标签: javaCan I have the earlier library version compatible with newer Android versionStack Overflow