I published the library on bintray.com and jCenter using this instruction:
http://habrahabr.ru/post/266801
Everything successfully loaded and published, but when the Gradle library is connected, it gives an error:
What to do?
I published the library on bintray.com and jCenter using this instruction:
http://habrahabr.ru/post/266801
Everything successfully loaded and published, but when the Gradle library is connected, it gives an error:
What to do?
In the application level build.gradle file - did you just add the repository in which your library is located? For example:
buildscript { repositories { mavenCentral() maven { url 'https://maven.fabric.io/public' } maven { url 'URL РЕПОЗИТОРИЯ ПРИЛОЖЕНИЯ'} } ... Source: https://ru.stackoverflow.com/questions/537154/
All Articles
Gradle, then it says compile 'com.github.imangazalievm: formvalidator: 1.0.2' - Silento