Skip to content

Dependencies

Haoge edited this page Sep 7, 2017 · 1 revision

RePlugin分为host与plugin包。所以针对RePlugin所做的配置。也分为了host与plugin包:

LastestVersion=

  • 针对host:
compile "com.github.yjfnypeu.Router-RePlugin:host:${LastestVersion}"

若使用框架所提供的UpdateRePluginCallbacks类做远程插件下载管理。则需要同时引入UpdatePlugin框架使用。推荐使用!

  • 针对plugin:
compile "com.github.yjfnypeu.Router-RePlugin:plugin:${LastestVersion}"
Clone this wiki locally