Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 523 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 523 Bytes

CustomSquareProgressbar

How to use?

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