Sourced from gradle-maven-publish-plugin's changelog.
Version 0.19.0 (2022-02-26)
- Behavior Change: When using version 7.1.0 or newer of the Android Gradle Plugin we will now publish all variants of a library unless
androidVariantToPublishwas set in the DSL. This means that for example bothdebugandreleaseor all flavors.- Deprecated
androidVariantToPublish. In the future the main plugin will always publish all variants of an Android library. If you need to publish only one variant or a subset take a look at the base plugin APIs.- Base plugin: Added
AndroidSingleVariantLibraryandAndroidMultiVariantLibraryoptions that use the new AGP 7.1 APIs under the hood.- Base plugin: Deprecated
AndroidLibraryoption in favor of the above- The integration with Sonatype Nexus has been extracted into it's own artifact and is available as
com.vanniktech:nexus:<version>
c126776 Prepare version 0.19.0a91b765 add AGP 7.1.2 support (https://github.com/facebook/flipper/issues/293)6b8661b change how integration tests are run, update dependencies/build (https://github.com/facebook/flipper/issues/327)224c2fb Fix maven local path (https://github.com/facebook/flipper/issues/316)6f45542 Fix partial(confusing) sign detail for windows (https://github.com/facebook/flipper/issues/286)c76feb1 Extract nexus as a separate module (https://github.com/facebook/flipper/issues/309)42a748d Fixing variable names (group and version) in base plugin configuration in doc...3b0d49a Prepare next development version.