Gradle PushLink plugin
Adds tasks to publish releases to PushLink.
Based on code from https://github.com/x2on/gradle-hockeyapp-plugin
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.
The plugin will add a task for each configuration named as publish_ConfigurationName_ToPushlink. For example publishAppToPushlink.