0

I have this lib CustomTimePicker and added it to bintray and link it to JCenter and try to add it my project like that

compile 'com.omarali:customTimePicker:1.0.0'

and while trying to sync gradle it gives me this error

how can I solve this issue?

enter image description here

Sattar
  • 2,453
  • 2
  • 33
  • 47

1 Answers1

0

I tried downloading the dependency using pom.xml file and it worked.
I can also see the package in Jcenter.

You can click I'm the creator button and it can be linked to your package.

Royg
  • 1,665
  • 1
  • 13
  • 20