2. Add Dependencies
Add these below lines of code in build.gradle
in (Project level)
:
build.gradle
in (Project level)
:Open build.gradle
of your app module and add below lines of code to add dependency.
build.gradle
of your app module and add below lines of code to add dependency.Add Internet permission in your AndroidManifest.xml
file.
AndroidManifest.xml
file.Last updated