-
Notifications
You must be signed in to change notification settings - Fork 277
Compile
Aige edited this page Dec 16, 2015
·
3 revisions
compile 'cn.aigestudio.downloader:Downloader:1.4.3'
Download aar from:Downloader-1.4.3.aar
Import moudle Downloader in your project
Add something like below in your settings.gradle file of project:
include ':Downloader'
Notably, in some version of gradle you need to add module with comma-separated:
include ':YourMoudle',':Downloader'
click the "sycn now" when it appear on the top-right of IDE window
Add something like below in the dependencies in your build.gradle file of application module:
compile project(':Downloader')