登录 注册
当前位置:主页 > 资源下载 > 9 > Gradle插件用于在Android项目中生成证书的代码

Gradle插件用于在Android项目中生成证书的代码

  • 更新:2024-12-09 19:26:32
  • 大小:176KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

Gradle License Plugin This plugin provides a task to generate a HTML license report based on the configuration. (eg. licenseDebugReport for all debug dependencies in an Android project). Applying this to an Android or Java project will generate a the license file(open_source_licenses.html) in the /build/reports/licenses/. Also, for Android projects the license HTML file will be copied to /src/main/assets/. Download Release: buildscript { repositories { jcenter() } dependencies {