- Notifications
You must be signed in to change notification settings - Fork0
PuzzelSolutions/gradle-pushlink-plugin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Gradle PushLink plugin
Adds tasks to publish releases to PushLink.
Based on code fromhttps://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}
TheapiKey is mandatory and must be set to a valid PushLink API key.ThesetCurrent flag is optional. If set totrue then the uploaded APK will be set to current.
The plugin will add a task for each configuration named aspublish_ConfigurationName_ToPushlink. For examplepublishAppToPushlink.
About
Gradle PushLink plugin
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published