From c2e19dfd5607b1678a104f2358d737414ae38d43 Mon Sep 17 00:00:00 2001 From: Todd Anderson <127344469+tanderson-ld@users.noreply.github.com> Date: Tue, 28 May 2024 09:15:04 -0500 Subject: [PATCH] chore: update readme for archiving --- README.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 18d6561..ddb7e18 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,6 @@ -# LaunchDarkly SDK Java Internal Common Code +# This code has a new home! -[![Circle CI](https://circleci.com/gh/launchdarkly/java-sdk-internal.svg?style=shield)](https://circleci.com/gh/launchdarkly/java-sdk-internal) -[![Javadocs](http://javadoc.io/badge/com.launchdarkly/launchdarkly-java-sdk-internal.svg)](http://javadoc.io/doc/com.launchdarkly/launchdarkly-java-sdk-internal) - -This project contains Java classes and interfaces that are shared between the LaunchDarkly Java and Android SDKs. These are internal implementation details that are not part of the supported SDK APIs and should not be used by application code; no types in this package should be exposed directly in the public APIs. Code that is specific to one or the other SDK is in [java-server-sdk](https://github.com/launchdarkly/java-server-sdk) or [android-client-sdk](https://github.com/launchdarkly/android-client-sdk), and public APIs that are common to both are in [java-sdk-common](https://github.com/launchdarkly/java-sdk-common). - -## Supported Java versions - -This version of the library works with Java 8 and above, or Android. - -## Contributing - -See [Contributing](./CONTRIBUTING.md). +You can now find it here in our [java-core repository](https://github.com/launchdarkly/java-core). ## About LaunchDarkly