Skip to content

PuzzelSolutions/gradle-pushlink-plugin

Repository files navigation

gradle-pushlink-plugin

Gradle PushLink plugin

Adds tasks to publish releases to PushLink.

Based on code from https://github.com/x2on/gradle-hockeyapp-plugin

Configuration

To use this plugin you must first apply it in your app module:

apply plugin: PushlinkPublisherPlugin

Next, add a new section with config for the plugin: pushlinkPublisher { apiKey = '' // setCurrent = true }

The apiKey is mandatory and must be set to a valid PushLink API key. The setCurrent flag is optional. If set to true then the uploaded APK will be set to current.

Tasks

The plugin will add a task for each configuration named as publish_ConfigurationName_ToPushlink. For example publishAppToPushlink.