LivotovLabs / 3DSView

Android UI component to process banking 3D Secure (MasterCard SecureCode / Verified By Visa) payment authorizations in Android apps.
Apache License 2.0
111 stars 51 forks source link

Fix dependency name and add it's maven url so it can be resolved. #9

Closed chemouna closed 8 years ago

livotov commented 8 years ago

It is published to jcenter, so you don't need to add bintray url. Or jcenter did not work for you ?

chemouna commented 8 years ago

yes with jcenter alone gradle didn't find it.

livotov commented 8 years ago

Please check again - just tried on a new project and it finds it perfectly just with jcenter() Probably was a caching issue at your side at that moment and the project was not yet completely visible on jcentrer

livotov commented 8 years ago

compile ('eu.livotov.labs.android:CAMView:2.0.0@aar') {transitive=true}