Skip to content

Commit

Permalink
change UpdatePlugin dependency to provided
Browse files Browse the repository at this point in the history
  • Loading branch information
yjfnypeu committed Aug 25, 2017
1 parent faaee68 commit 868cbb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion host/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ dependencies {
provided 'com.qihoo360.replugin:replugin-host-lib:2.1.7'
provided "org.lzh.compiler.parceler:parceler-api:${PARCELER_VERSION}"
provided 'com.android.support:support-v4:25.3.1'
provided "org.lzh.nonview.updateplugin:UpdatePlugin:${UpdatePlugin_version}"

compile "com.github.yjfnypeu.Router:router-host:${ROUTER_VERSION}"
compile "org.lzh.nonview.updateplugin:UpdatePlugin:${UpdatePlugin_version}"
}

apply from: '../javadoc.gradle'

0 comments on commit 868cbb5

Please sign in to comment.