Android Gradle Plugin 3.6.0-beta05
or newer is required.
Configuration specific to Android library projects (using com.android.library
plugins):
- Apply
org.shipkit.android-publish
plugin to each Gradle project (submodule) you want to publish (usually they are not the root projects). - Specify
artifactId
inandroidPublish
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:
- group id - Project#group
- name - Project#archivesBaseName
- description - Project#description