The Android Maven Plugin team is pleased to announce the release of version 4.2.1 of the plugin:
<plugin>
<groupId>com.simpligility.maven.plugins</groupId>
<artifactId>android-maven-plugin</artifactId>
<version>4.2.1</version>
<extensions>true</extensions>
</plugin>
New features/bug fixes for the specific release are
- Refactored code base to com.simpligility to follow groupId
- Fixed NPE for undefined versionNamingPattern in ManifestMojo
- Fixed Error generating BuildConfig (ZipException: zip file is empty) if one of the dependent AARs has an empty classes.zip
- Updated Android SDK libraries 1.2.2 / 24.2.2
- Support for Junit4 Test Runner based tests
More details on the site in the changelog.
http://simpligility.github.io/android-maven-plugin/changelog.htmlWe would like to thank the contributors to this release for their valuable help and invite you all to help us out as well:
Specifically for this release we would like to thank the following contributors for their awesome work.
Committers for this release
We would also like to thank the Maven and Android community members and everybody else out there for any help we received in our issue tracker and beyond.
Documentation, issue tracker and more can be found on the plugin websites at