Enabling Simpl Wallet for transactions Using Juspay SDK:
SDK version : Please use the following link for the latest SDK version : https://developer.juspay.in/v2.0/docs/release-notes#version-2112
Getting the SDK : Currently, SDK is available as a Gradle dependency. Add the following maven repository to the build.gradle. Please make sure that you add it to the project dependency section. (ex:build.gradle (Project:ProjectName) )
Then add the Simpl Fingerprinting SDK as a dependency.
Note
Verify that you are loading the Simpl Fingerprinting SDK properly by logging Log.d("SimplFingerprint", SimplFingerprint.getInstance().toString()); in the Logcat console. You should receive an Object in return.

