From 3f306368081ed302fdc02c72b654a69f72e79d4c Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 28 Aug 2020 09:23:08 +0200 Subject: [PATCH] Matrix SDK is now exported --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 457b18d775..2cbb82fe14 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,9 @@ Nightly build: [![Buildkite](https://badge.buildkite.com/657d3db27364448d69d54f6 # New Android SDK -Element is based on a new Android SDK fully written in Kotlin (like Element). In order to make the early development as fast as possible, Element and the new SDK currently share the same git repository. We will make separate repos once the SDK is stable enough. +Element is based on a new Android SDK fully written in Kotlin (like Element). In order to make the early development as fast as possible, Element and the new SDK currently share the same git repository. + +The SDK module is copied to a dedicated repository: https://github.com/matrix-org/matrix-android-sdk2. That way, third party apps can add a regular gradle dependency to use it. So more details on how to do that here: https://github.com/matrix-org/matrix-android-sdk2. # Roadmap