Installation
In order to install Synapse, the partner bank must add the following dependencies into their build.gradle
Here, $libraryVersion
is going to be the same as the upgraded Nuclei SDK version.
Synapse has been added from 7.0.0-RELEASE onwards
Note: Please make sure to add the dependency exactly as below
def libraryVersion = '9.0.0-RELEASE'
implementation("com.nuclei.sdk:synapse:$libraryVersion") {
exclude group: "com.google.protobuf", module: "protobuf-javalite"
exclude group: "com.google.protobuf", module: "protobuf-java"
exclude group: "javax.annotation", module: "javax.annotation-api"
exclude group: 'com.google.api.grpc', module: 'proto-google-common-protos'
}