javiersantos / AppUpdater

A library that checks for your apps' updates on Google Play, GitHub, Amazon, F-Droid or your own server. API 9+ required.
Apache License 2.0
1.99k stars 413 forks source link

dependencies #53

Open pellyadolfo opened 8 years ago

pellyadolfo commented 8 years ago

I tried to compile the provided link for the library so many times, but it did not work. Finally I imported the files and realised that the library depends on

compile 'com.android.support:design:22.2.0' for snackbar, and compile 'com.squareup.okhttp3:okhttp:3.4.1' for okhttp3

adding this plugin extends my codebase in:

http://www.methodscount.com/

too expensive is not it? Can you please add these 2 dependencies in the main documentation for other people? Thanks