Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Gradle PushLink plugin

NotificationsYou must be signed in to change notification settings

PuzzelSolutions/gradle-pushlink-plugin

Repository files navigation

Gradle PushLink plugin

Adds tasks to publish releases to PushLink.

Based on code fromhttps://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}

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.

Tasks

The plugin will add a task for each configuration named aspublish_ConfigurationName_ToPushlink. For examplepublishAppToPushlink.

About

Gradle PushLink plugin

Resources

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp