What is the easiest way to find out how many methods do we add to our method count when we add a new library as a dependency in Android Studio project's gradle file, for example:
compile 'com.github.jkwiecien:EasyImage:1.2.1'
What is the easiest way to find out how many methods do we add to our method count when we add a new library as a dependency in Android Studio project's gradle file, for example:
compile 'com.github.jkwiecien:EasyImage:1.2.1'