Skip to content

PratikFagadiya/CustomSquareProgressbar

Repository files navigation

CustomSquareProgressbar

How to use?

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
dependencies {
          implementation 'com.github.pratikfagadiya:CustomSquareProgressbar:latest-release'
	}