Nuclei SDK Dependencies
Nuclei Dependencies
Next, you can add the below Nuclei SDK dependencies in the app level build.gradle
file, and sync the gradle in your IDE. This will add the categories as dependencies into your project.
Latest Version : 10.0.0-RELEASE
def libraryVersion = '10.0.0-RELEASE'
// Mandatory: Base modules
implementation "com.nuclei.sdk:provider-bank:$libraryVersion"
// Synapse module (if applicable)
implementation "com.nuclei.sdk:synapse:$libraryVersion"
Note:
- Nuclei SDK version 9.0.0 and above are compatible with Android 15 and require a minimum SDK version of 24.
- Please add only those dependencies of the categories that the partner has subscribed to into your gradle file.
- Please look into the troubleshooting guide if needed.