RePlugin/replugin-host-gradle
2017-07-03 17:37:16 +08:00
..
gradle/wrapper Add gradle-wrapper.jar file 2017-07-01 04:27:52 +08:00
src/main Upgrade the host gradle version number 2017-07-03 17:37:16 +08:00
bintray.gradle Host gradle project upload code repository configuration 2017-07-01 03:40:25 +08:00
build.gradle Upgrade the host gradle version number 2017-07-03 17:37:16 +08:00
config.gradle Publish the source code for "RePlugin Host Gradle" 2017-06-29 21:55:45 +08:00
config.properties Publish the source code for "RePlugin Host Gradle" 2017-06-29 21:55:45 +08:00
gradle.properties Publish the source code for "RePlugin Host Gradle" 2017-06-29 21:55:45 +08:00
gradlew * don't have execute permission, modify them to a+x permisson 2017-07-02 09:49:48 +08:00
gradlew.bat * don't have execute permission, modify them to a+x permisson 2017-07-02 09:49:48 +08:00
README.md Create a directory structure for RePlugin and some README/GitIgnore files 2017-06-26 18:56:47 +08:00

RePlugin Host Gradle

RePlugin Host Gradle是一个Gradle插件主程序 负责引入。

该Gradle插件主要负责在主程序的编译期中做一些事情此外开发者可通过修改其属性而做一些自定义的操作。

大致包括:

  • 生成带 RePlugin 插件坑位的 AndroidManifest.xml允许自定义数量
  • 生成HostBuildConfig类方便插件框架读取并自定义其属性

开发者需要依赖此Gradle插件以实现对RePlugin的接入。请参见WiKi以了解接入方法。

有关RePlugin Host Gradle的详细描述请访问我们的WiKi以了解更多的内容。 (文档正在完善,请耐心等待)