Closed BassamAlim closed 2 years ago
when trying to use the library i get: "Could not find 'net.alhazmy13.hijridatepicker:library:3.0.0'"
@BassamAlim You need to add below lines in gradle
allprojects { repositories { jcenter() google() maven { url "https://dl.bintray.com/alhazmy13/maven" } } }
@atifaziz1 thank you
when trying to use the library i get: "Could not find 'net.alhazmy13.hijridatepicker:library:3.0.0'"