Gradle plugin for Bluefin server to upload apk and mapping file.
-
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 = '***' }
gradle bluefinuplod