Manual Android Integration

Download the latest Nefta custom adapter module from https://github.com/Nefta-io/NeftaISAdapter-Android/releases.

Extract the NeftaCustomAdapter-release-x.y.z.aar file and include it in your Android project in /libs folder, so that it will look something like this:

Then include this module as a dependency in your project build.gradle:

implementation files('libs/NeftaCustomAdapter-release.aar')