ColorUtils
BlurImage
CustomImageView
CustomCheckBox
CustomProgressBar
CustomSwitchButton
For example you can add dependencies on the modules like this:
build.gradle.kts
implementation("com.github.nemosofts:library:7.0.2")
Or in Gradle Groovy DSL build.gradle
:
implementation 'com.github.nemosofts:library:7.0.2'
where 7.X.X
is your preferred version. All modules must be the same version.