From 5e6374af23aa98ac6cb6f63e9e6548296e361144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Thu, 25 Jul 2024 12:34:44 +0200 Subject: [PATCH] docs: add deprecation notice --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b7c9871..b56e0ab 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ [![latest](https://badgen.net/maven/v/maven-central/io.getunleash/unleash-android-proxy-sdk)](https://search.maven.org/search?q=g:io.getunleash%20AND%20a:unleash-android-proxy-sdk) [KDoc](https://unleash.github.io/unleash-android-proxy-sdk) +# Deprecation notice +This repository is deprecated since July 25th of 2024 in favor of [unleash-android](https://github.com/Unleash/unleash-android). +Consider migrating to the new SDK as this repository will no longer be maintained. +Check out the [migration guide](https://github.com/Unleash/unleash-android/blob/main/docs/MigrationGuide.md) for more information. + ## Getting started ### Step 1