• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

hotchemi/gradle-proguard-plugin: The gradle plugin to add proguard snippets to y ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

hotchemi/gradle-proguard-plugin

开源软件地址(OpenSource Url):

https://github.com/hotchemi/gradle-proguard-plugin

开源编程语言(OpenSource Language):

Groovy 100.0%

开源软件介绍(OpenSource Introduction):

gradle-proguard-plugin

Build Status Android Arsenal

The gradle plugin to add proguard snippets to your proguard setting file quickly.

This plugin pulls the proguard information from the krschultz/android-proguard-snippets.
If you wanna add the snippets, PR to android-proguard-snippets!

Download

You can download from jcenter.

Add following the code to your root build.gradle.

apply plugin: 'add.proguard'

buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.github.hotchemi:gradle-proguard-plugin:0.1.0'
    }
}

How to use

Use the addProguard task as described below.

./gradlew addProguard -Plib=butterknife

The plugin add the proguard snippets to your *.pro file.

You must prepare the one .pro file. If there are several files or nothing, the plugin shows the warning.

And you can use the aP task, it is the shortcut of the addProguard.

./gradlew aP -Plib=butterknife

You can put plural arguments.

./gradlew aP -Plib="butterknife gson rx-java"

If you already added the snippets of the library, the plugin stops task and shows the warning.

proguard-rules.pro already contains library's snippet. Do you continue(y/n)?

Contribute

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
Sponsor @hotchemi on GitHub Sponsors · GitHub发布时间:2022-06-18
下一篇:
Deliver Your Java Application in One-JAR™ !发布时间:2022-06-18
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap