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

# Android SDK: From v1.1 to v1.2 (Legacy)

> Historical migration guide for Android SDK v1.1 to v1.2

# Migrating from v1.1 to v1.2

<Note>
  This guide covers a historical version change. For the current cardFlow migration, see [Migrating to Android SDK v2.11](/changelog/migration-guides/android/v2-10-to-v2-11).
</Note>

The `cardFlow` configuration has been moved to the Dashboard.

### 1. Remove Code Configuration

Remove the following line from your `YunoConfig`:

```kotlin theme={"theme":{"light":"github-dark","dark":"github-dark"}}
cardFlow = CardFormType.ONE_STEP
```

### 2. Update Dashboard

Configure your desired card flow in the **Checkout Builder** on the Yuno Dashboard.
