Closed mattinger closed 2 years ago
This is a bug in Android Studio which can't properly deal with published multi variant libraries https://issuetracker.google.com/issues/197636221 I will change the default for this plugin to only publishing the release variant again until this issue is fixed
0.21.0 was published and will be available within the next hour
we are publishing android libraries using this plugin with a very basic configuration
And i can see all the aar and source files in my local maven repo when i do a
publishToMavenLocal
.However, when i bring the dependency into android studio, i'm getting an error with it trying to download the sources:
This problem appeared for us only once we migrated to using this plugin from directly using the maven-publish plugin. Presumably because we weren't putting any specific classifiers on the sources since we were only publishing the "debug" version. Now that we publish debug and release using this plugin it's choking getting the sources.