yoomoney / yookassa-android-sdk

This library allows implementing payment acceptance into mobile apps on Android. It works as an extension to the YooMoney API.
https://yookassa.ru/developers/payment-forms/android-sdk
MIT License
40 stars 22 forks source link

Could not find com.yandex.money:checkout:1.3.0.3. #10

Closed priyanka114 closed 6 years ago

priyanka114 commented 6 years ago

When I tried adding dependency implementation 'com.yandex.money:checkout:1.3.0.3', I got following error. What could be the reason?

screen shot 2018-09-21 at 5 50 35 pm

lynnfield commented 6 years ago

Hi. You forget to add our bintray repository to your repositories section in build.gradle file. Check Readme.md for more information.

priyanka114 commented 6 years ago

Thank you for replying.. I have added bintray repository in project level build.gradle like following screenshot :>

screen shot 2018-09-24 at 11 08 46 am

Even I tried running the sample code provided in your repo but issue is same with minor changes in error. Following is the screenshot after compilation of the yandex-checkout-android-sdk-master :>

screen shot 2018-09-24 at 11 44 04 am

lynnfield commented 6 years ago

You should add bintray repository to allprojects.repositories instead of buildscript.repositories

abrusdev commented 3 years ago

it doesn't help me