Releases: rgladwell/m2e-android
Feature release version 1.4.0.
Bug fix release version 1.3.2
Bug fix release version 1.3.2 that fixes a couple regressions introduced by the download sources/Javadocs feature.
If you're using m2e-android commercially or you'd like to see more frequent releases please consider crowdfunding development through my Patreon profile.
Bug fix release version 1.3.1
Bug fix release version 1.3.1 that fixes a couple of issues including:
If you're using m2e-android commercially or you'd like to see more frequent releases please consider crowdfunding development through my Patreon profile.
Feature release version 1.3.0.
Feature release version 1.3.0 adds two important new features and some minor features/fixes including:
- Added support for Andmore.
- Added support for downloading Javadocs/sources for non-platform dependencies.
- Fixed persistence of user modifications to classpath.
- Fixed bug in unit test support that causes tests to report stale results.
If you're using m2e-android commercially or you'd like to see more frequent releases please consider crowdfunding development through my Patreon profile.
Bug fix version 1.2.1
Bug fix version 1.2.1 fixes issues with Eclipse workspace "symlinks" created to support the new Gradle project layouts in android-maven-plugin version 4.0+.
This includes making workspace symlinks relative and only creating links when resources exist.
If you're using m2e-android commercially or you'd like to see more frequent releases please consider crowdfunding development through my Patreon profile.
Release Version 1.2.0
Feature release version 1.2.0 includes:
- Added compatibility with android-maven-plugin 4.x, including support for standardised project layouts (as defined by Maven and as used by the new Android Gradle plugin).
- Removed explicit dependency on Aether API simplifying build.
As well as other minor bug fixes. If you're using m2e-android commercially or you'd like to see more frequent releases please consider crowdfunding development through my Patreon profile.
Version 1.1.0
Feature release with support for Eclipse Luna, which also includes support for the android-maven-plugin resourceDirectory
and androidManifestFile
configuration directives.(https://github.com/rgladwell/m2e-android/issues/168) as well as several bug fixes and enhancements such as improvements to logging for better bug forensics.
If you're using m2e-android commercially or you'd like to see more frequent releases please consider crowdfunding development through my Patreon profile.
Version 1.0.1
Bug fix release which includes various fixes and minor enhancements including:
- Project renamed "Android for Maven Eclipse".
- Fix for build space error on opening a project.
- m2e-android now respects configured remote repositories and doesn't try to resolve platform-provided dependencies against central.
If you're using m2e-android commercially or you'd like to see more frequent releases please consider crowdfunding development through my Patreon profile.
Version 1.0.0
First stable release includes full support for unit tests, including support for Robolectric. Also, the following updates:
- Removed non compile-scope dependencies from APK.
- Support for Maven Android SDK Deployer platform dependencies.
As well as other minor bugs and enhancements.
Version 0.4.3
This release includes full support for Maven/Android libraries. Additionally, the following updates are included:
- Added support for configuring location of assets folder.
- Fixed bug where relativised paths for dependent Android Libraries was not being detected properly.
- Minor bug fixes.