batoulapps / adhan-kotlin

High precision Islamic prayer time library for Java
MIT License
157 stars 47 forks source link

Can not resolve the library #1

Closed ozbek closed 6 years ago

ozbek commented 6 years ago

Added compile 'com.batoulapps.adhan:adhan:1.0.0' as mentioned in the readme, but gradle is failing with "Failed to resolve: com.batoulapps.adhan:adhan:1.0.0" message. I tried with

maven {
    url "https://repo.maven.apache.org/maven2"
}

Where the artifacts are published?

ahmedre commented 6 years ago

it's here - not sure why it's not working at the moment 😐 https://bintray.com/batoulapps/adhan/com.batoulapps.adhan/1.0.0

ozbek commented 6 years ago

JazakAllah khair, it worked with the following:

maven {
    url  "https://dl.bintray.com/batoulapps/adhan"
}