Every time I try to use this plugin for authenticating to a custom repo from an Android lib module, I get the following error (it will just refuse to search for the lib in the repo I defined):
Could not find some.repo.libs:some-lib:1.1.0.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/some/repo/libs/some-lib/1.1.0/some-lib-1.1.0.pom
- https://jcenter.bintray.com/some/repo/libs/some-lib/1.1.0/some-lib-1.1.0.pom
- https://jitpack.io/some/repo/libs/some-lib/1.1.0/some-lib-1.1.0.pom
- https://maven.fabric.io/public/some/repo/libs/some-lib/1.1.0/some-lib-1.1.0.pom
Required by:
project :app > project :libtest
If I configure the repo from an app module like this, it works just fine:
Every time I try to use this plugin for authenticating to a custom repo from an Android lib module, I get the following error (it will just refuse to search for the lib in the repo I defined):
If I configure the repo from an app module like this, it works just fine:
But if I try the same for a lib module like this, I always get that error mentioned above: