cardflight-v4-android
CardFlight SDK Version 4 for Android
How to Install
-
Add the
.aar
files to your/libs
folder. -
Add a maven repository for
flatDirs
.
repositories {
flatDir { 'libs' }
}
- Add the dependencies.
implementation(name: 'core-1.0.11', ext: 'aar')
implementation(name: 'byod-4.8.10', ext: 'aar')
- Sync your project with Gradle files
Documentation
Full documentation can be found here.