batoulapps / adhan-kotlin

High precision Islamic prayer time library for Java
MIT License
148 stars 46 forks source link

Failed to resolve: com.batoulapps.adhan:adhan:1.2.0 #24

Closed hamza94max closed 3 years ago

ahmedre commented 3 years ago

please make sure to add:

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

to your build.gradle.

hamza94max commented 3 years ago

Already added , the error is the second is ( compile 'com.batoulapps.adhan:adhan:1.2.0')

@ahmedre

ahmedre commented 3 years ago

it's working for me - please try with this sample project.

prayertimes.zip

hamza94max commented 3 years ago

Thanks alot @ahmedre