Skip to content
This repository was archived by the owner on Jan 18, 2021. It is now read-only.

Files

Latest commit

56dd15e · Jan 18, 2020

History

History
27 lines (19 loc) · 1.01 KB

android-publish-plugin.md

File metadata and controls

27 lines (19 loc) · 1.01 KB

Android libraries support

Android Gradle Plugin 3.6.0-beta05 or newer is required.

Configuration specific to Android library projects (using com.android.library plugins):

  1. Apply org.shipkit.android-publish plugin to each Gradle project (submodule) you want to publish (usually they are not the root projects).
  2. Specify artifactId in androidPublish blocks.

Example:

apply plugin: 'org.shipkit.bintray'
apply plugin: 'org.shipkit.android-publish'
apply plugin: 'com.android.library'

androidPublish {
    artifactId = 'shipkit-android'
}

Other POM properties which can be set using Gradle API: