Skip to main content

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 : 9.2.0-RELEASE

def libraryVersion = '9.2.0-RELEASE'

// Mandatory: Base modules
implementation "com.nuclei.sdk:provider-bank:$libraryVersion"
Note:
  • 9.0.0 and above are Android 15 compatible Sdk with minSdk 24.
  • 8.0.3 is Android 14 compatible Sdk with minSdk 21

In case, you are integrating native categories add the dependecy of that category.

def libraryVersion = '9.2.0-RELEASE'

// Optional: Choose only those of the below which your organization is integrating.
implementation "com.nuclei.sdk:donation:$libraryVersion"
implementation "com.nuclei.sdk:gold:$libraryVersion"

Note:
  • 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.