Skip to main content

1. Installation

To integrate the TransactBridge SDK into your Android project, add the following dependency to your app’s build.gradle.kts or build.gradle file.
// build.gradle.kts
implementation("com.transactbridge:sdk:1.0.0");
// build.gradle
implementation 'com.transactbridge:sdk:1.0.0'

2. Dependencies

The SDK relies on common AndroidX libraries. Ensure your app does not have conflicting versions.
  • androidx.appcompat:appcompat
  • androidx.webkit:webkit
  • com.google.code.gson:gson
  • androidx.browser:browser