smanikandan14 / ThinDownloadManager

To download files and to avoid using DOWNLOAD_WITHOUT_NOTIFICATION permission if you are using Android's DownloadManager in your apps.
Apache License 2.0
783 stars 185 forks source link

I couldn't include the library in my android project #117

Open rogermule opened 6 years ago

rogermule commented 6 years ago

compile 'com.mani:ThinDownloadManager:1.4.0' I'm getting the following error when I try to include the project in the gradle file.

Error:Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.mani:ThinDownloadManager:1.4.0.

erwandy92 commented 4 years ago

I think you should use "implementation 'com.mani:ThinDownloadManager:1.4.0'" to compile