Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 969 Bytes

File metadata and controls

28 lines (20 loc) · 969 Bytes

自动注册插件

Maven Central

前言

此项目和原AutoRegister相比较要解决的问题是:

相关文档请参考原AutoRegister

使用方式

  • 在工程根目录的build.gradle中添加依赖:
 repositories {
        mavenCentral()
    }
buildscript {
    dependencies {
        classpath 'com.android.tools.build:gradle:3.0.0'
        classpath 'com.github.ooftf:autoregister:x.x.x'
    }
}