All Downloads are FREE. Search and download functionalities are using the official Maven repository.

reware.plugin.1.0.2.source-code.README.md Maven / Gradle / Ivy

The newest version!
# Plugin_Android_Project

#### 介绍
Android 平台非常好用的Gradle Plugin,支持版本依赖、网络监控、包体积监控等,详情后续补充

url: https://gitee.com/shareware/Plugin_Android_Project

#### 使用说明

1.在项目build.gradle文件的dependencies中添加
    dependencies {
        classpath("com.gitee.shareware:plugin:1.0.0")
    }
2.在模块build.gradle文件中添加plugin配置
    plugins {
        id("com.shareware.android")
    }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy