Manual Android Integration
Download the latest Nefta custom adapter module from: https://github.com/Nefta-io/NeftaAMAdapter-Android/releases.
Extract the NeftaAMAdapter-release-x.y.z.aar and include it the /libs folder, so that it looks something like this:

Then include this module as a dependency in your project build.gradle:
dependencies {
implementation files('libs/NeftaAMAdapter-release-1.0.0.aar')
}
Updated 1 day ago