From bf90d76cce41349d1c0907da89ace06b41acccd3 Mon Sep 17 00:00:00 2001 From: Benoit Marty <benoitm@matrix.org> Date: Tue, 9 Mar 2021 12:55:13 +0100 Subject: [PATCH] Make it clear that PR has to be opened in Element Android for now. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9a6f40db..fc13316d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ Matrix SDK for Android, extracted from the Element Android application. The SDK is still in beta, and replaces the [legacy Matrix Android SDK](https://github.com/matrix-org/matrix-android-sdk) provided by Matrix.org +## Important notice + +<b>For now, this project is an extract of the Matrix SDK module from Element Android. Please do not open a pull request on this project. If you want to propose a change on the SDK, please open a PR on https://github.com/vector-im/element-android. Thanks!</b> + ## About This repository contains the matrix-android-sdk extracted from the project [Element Android](https://github.com/vector-im/element-android) -- GitLab