Skip to content

Gradle plugin for Bluefin server . Upload apk and mapping file with gradle task.

Notifications You must be signed in to change notification settings

bluefinframework/bluefin-gradle-plugin

Repository files navigation

Build Status

Gradle plugin for Bluefin server to upload apk and mapping file.

Install

  • Add the dependencies in rootProject:

      classpath 'cn.saymagic:bluefin-gradle-plugin:2.8.1'
    
  • Referenced the plugin in project:

      apply plugin: 'bluefin-plugin'
    
  • Add bluefin description in gradle file:

      bluefin{
      	host = '***'
      	apkPath = '***'
      	mappingPath = '***'
      }
    

Useage

gradle bluefinuplod

Licence

gpl-3.0

About

Gradle plugin for Bluefin server . Upload apk and mapping file with gradle task.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages