Add the WVA library dependency
This step explains how to add the WVA library from the JCenter central repository.
- In your Project view tree, open WVASample > app > build.gradle:
- You will need to synchronize your Gradle files in Android Studio (from the menu bar Tools > Android > Sync Project with Gradle Files) to pull the library from the Jcenter repository. In the dependencies section of this build.gradle, add the following line of code to add the WVA library to your project:
- Create resources for use in your application.
compile "com.digi.wva:wvalib:2.0+"