Answer the question
In order to leave comments, you need to log in
How to connect repository from jCenter to Gradle?
Hello. I'm trying to connect api for Yandex money in an android application. ( https://github.com/yandex-money/yandex-money-sdk-a... )
In build.gradle wrote:
buildscript {
repositories {
jcenter()
}
}
dependencies {
compile 'com.yandex.money.api:yandex-money-sdk-android:2.0.1'
}
Answer the question
In order to leave comments, you need to log in
these bad people have an error in their own documentation
allprojects {
repositories {
jcenter()
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question