> ## Documentation Index
> Fetch the complete documentation index at: https://developer.transactbridge.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Quick Start

## 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.

```java theme={null}
// build.gradle.kts
implementation("com.transactbridge:sdk:1.0.0");
```

```java theme={null}
// 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`
