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:
com.android.support:design:22.2.0 (14977 methods and 218kb)
com.github.javiersantos:AppUpdater:2.4 (23993 methods and 71lb)
com.squareup.okhttp3:okhttp:3.2.0 (2750 methods and 336kb)
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