2. Add Dependencies
Good to know: This library is included in mavenCentral
. Make sure you have included mavenCentral()
in repository.
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