Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

chore: update readme for archiving #18

Merged
merged 1 commit into from
May 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
# LaunchDarkly SDK Java Common Code

[![Circle CI](https://circleci.com/gh/launchdarkly/java-sdk-common.svg?style=shield)](https://circleci.com/gh/launchdarkly/java-sdk-common)
[![Javadocs](http://javadoc.io/badge/com.launchdarkly/launchdarkly-java-sdk-common.svg)](http://javadoc.io/doc/com.launchdarkly/launchdarkly-java-sdk-common)

This project contains Java classes and interfaces that are shared between the LaunchDarkly server-side Java SDK and the LaunchDarkly Android SDK. Code that is specific to one or the other is in [java-server-sdk](https://github.com/launchdarkly/java-server-sdk) or [android-client-sdk](https://github.com/launchdarkly/android-client-sdk).

## Supported Java versions

This version of the library works with Java 7 and above.

## Contributing

See [Contributing](CONTRIBUTING.md).
# This code has a new home!
You can now find it here in our [java-core repository](https://github.com/launchdarkly/java-core).

## About LaunchDarkly

Expand Down