diff --git a/website/docs/reference/sdks/android-proxy.md b/website/docs/reference/sdks/android-proxy.md index c8bb668044..e8cf753e47 100644 --- a/website/docs/reference/sdks/android-proxy.md +++ b/website/docs/reference/sdks/android-proxy.md @@ -4,7 +4,11 @@ title: Android Proxy SDK In this guide we'll explain how to use feature toggles in an Android application using Unleash's [Android Proxy SDK](https://github.com/Unleash/unleash-android-proxy-sdk) and the [Unleash Proxy](https://github.com/Unleash/unleash-proxy). -:::note The Android proxy SDK requires the Unleash Proxy or _Unleash v4.16 or later_. Refer to the [Unleash front-end API documentation](../front-end-api.md) guide for simple setup. For large-scale, deployments refer to the [proxy documentation](../unleash-proxy.md) for how to set it up and [how to configure the proxy secrets](../unleash-proxy.md#configuration-variables). ::: +:::note + +The Android proxy SDK requires the Unleash Proxy or _Unleash v4.16 or later_. Refer to the [Unleash front-end API documentation](../front-end-api.md) guide for simple setup. For large-scale, deployments refer to the [proxy documentation](../unleash-proxy.md) for how to set it up and [how to configure the proxy secrets](../unleash-proxy.md#configuration-variables). + +::: ## How to use the Android Proxy SDK