Set up with Gradle
Hassle-free setup on Android is now available with v2.0 of the SDK, using Gradle dependencies. The Gradle build system in Android Studio makes it easy to include external binaries or other library modules to your build as dependencies. So all you have to do is add some lines to your gradle file and the appropriate Android SDK files are included in your build.
Caution
The minimum API level supported by this library is API 16 (Jelly Bean).
Release notes
Release notes are available here: ePOS SDK Release notes
Gradle dependencies
Add the following lines to your root build.gradle
file to include the SDK in your Android Studio project:
Tip
After set up of SDK, you can continue with SDK Initialization section.