This package contains the expressPay library, which allows you to integrate expressPay into your Android app
expressPay SDK for Android
REQUIREMENTS
Android API >= 10
INSTALLATION
- Open your project in Android Studio
- Download and unzip the library
- Add the expressPayLibrary-1.0.aar to your libs folder
- Open your app’s build.gradle and add the “repositories” section:
repositories{ flatDir{ dirs 'libs' }}
- Also add this in the "depencies" section:
dependencies{ //... compile (name: ‘expressPayLibrary-1.4’, ext:’aar’) compile 'com.mcxiaoke.volley:library:1.0.19' }``