Skip to content

Releases: StefMa/AndroidArtifacts

v1.4.0

08 Feb 15:37
Compare
Choose a tag to compare
  • Get rid of getJavaCompiler warning in Android libraries
  • Use now 2 for publishing the website
  • Use correct artifactId in a multi project build when the artifactId and project are differ

Diff:
v1.3.0...v1.4.0

v1.3.0

02 Nov 08:20
Compare
Choose a tag to compare
  • Give access to the MavenPom (via androidArtifact.pom {}) to let users customize it
  • Add new properties to extension: name, description and url to extension
  • Deprecate license {} property! Use pom {} instead!
  • Clarify the README a lot.
  • Remove the AGP as dependency. We don't ship it within the plugin anymore
  • Fix some internals
  • Prepare the support for the Gradle Plugin Portal

Diff:
v1.2.0...v1.3.0

v1.2.0

15 Oct 14:38
Compare
Choose a tag to compare
  • This plugin publish its own documentation at androidartifacts.now.sh
  • Improvements/Better documentation of the README and the DEVELOPMENT
  • Provide consumers/samples which will also be tested
  • Update of some dependencies
  • Add documentation for snapshots (via JitPack)
  • Plugins only react when an expect plugin is already applied. E.g. the guru.stefma.javaartifacts will only do their work when either the java-library, kotlin or org.jetbrains.kotlin.jvm plugin is applied. Same goes for the guru.stefma.androidartifacts with the com.android.library plugin.
  • Add license to the POM. Works only on Gradle 4.8+
  • Ignore malformed Dependencies. They will not be added to the POM anymore. You can check the Gradle information log if that happen to you (gradle aTask -i)
  • Add a umbrella plugin (guru.stefma.artifacts) which will apply either the guru.stefma.javaartifacts or the guru.stefma.androidartifacts plugin. Based on the current environment.

Diff:
v1.1.1...v1.2.0

v1.1.1

09 Aug 10:25
Compare
Choose a tag to compare
  • Fix Android Javadocs

Diff:
v1.1.0...v1.1.1

v1.1.0

27 Jul 12:33
Compare
Choose a tag to compare
  • Add tests
  • Published sources and "javadoc" to Bintray
  • Add androidArtifactGeneratedPublications task
  • Add new guru.stefma.javaartifacts plugin.
    With this plugin it is super easy to publish pure java libraries.
  • (Android) Fix POM generation

Diff:
v1.0.0...v1.1.0

v1.0.0

26 Jun 15:00
Compare
Choose a tag to compare

This is a complete rewrite of the plugin which get rid of all the novoda/bintray-release stuff which was used before.
Means also that we don't use a single internal Gradle APIs anymore 🎉

Basically this is a new Initial release!

Breaking changes:

  • There is currently no java-library support!

Diff:
v0.0.3...v1.0.0

0.0.3

18 Oct 06:14
Compare
Choose a tag to compare
  • Styling/better README
  • Hotfix "Add async variants artifacts". (#9) Thanks @passsy

Diff:
v0.0.2...v0.0.3

v0.0.2

29 Sep 10:35
Compare
Choose a tag to compare
  • Update gradle to 4.2
  • Prevent of creating artifacts while not using java or com.android.library plugin

v0.0.1

24 May 06:29
Compare
Choose a tag to compare

Initial Release