As of 1.0.5 it seems that the issue behind pull request #291 has come back.
We use a "mock" build type that was working with 1.0.4
A snippet from the error:
Variant 'debugVariantMaven***Publication' declares a library:
- Incompatible because this component declares a component for use during compile-time, as well as attribute 'com.android.build.api.attributes.BuildTypeAttr' with value 'debug' and the consumer needed a component for use during runtime, as well as attribute 'com.android.build.api.attributes.BuildTypeAttr' with value 'mock'
This also gives errors for releaseVariantMaven***Publication
with *** being JavaDoc, Runtime, Source, and Api
This leads me to believe that showkase is once again being published with debug and release variants
As of 1.0.5 it seems that the issue behind pull request #291 has come back.
We use a "mock" build type that was working with 1.0.4
A snippet from the error:
Variant 'debugVariantMaven***Publication' declares a library:
This also gives errors for releaseVariantMaven***Publication
with *** being JavaDoc, Runtime, Source, and Api
This leads me to believe that showkase is once again being published with debug and release variants