Manually add support dependency library inside Android Studio project gradle file

Easiest step by step method to automatically import support libraries into android project using build.gradle ( Module : app ) file. What is build.gradle ( Module : app ) file : This is one of the most important file inside every android project developed using Android Studio. This file contains all the basic…