From 1db34288e990a0dcc1a28ce6377eab0995212d79 Mon Sep 17 00:00:00 2001 From: Heather Hargreaves Date: Tue, 19 May 2026 09:27:57 -0700 Subject: [PATCH] updating latest android reference --- docs/sdks/client-sdks/android/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdks/client-sdks/android/quickstart.mdx b/docs/sdks/client-sdks/android/quickstart.mdx index afd36699..a2dd0230 100644 --- a/docs/sdks/client-sdks/android/quickstart.mdx +++ b/docs/sdks/client-sdks/android/quickstart.mdx @@ -17,7 +17,7 @@ Add the Eppo SDK to your Android project by including it in your app's `build.gr ```groovy dependencies { - implementation 'cloud.eppo:android-sdk:4.4.0' + implementation 'cloud.eppo:android-sdk:4.12.1' } ```