From e7a196105d32929f8cd9c37459d482c547fbdecb Mon Sep 17 00:00:00 2001 From: Benoit Marty <benoit@matrix.org> Date: Thu, 9 Sep 2021 22:01:03 +0200 Subject: [PATCH] Update README file --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3b27a8b8..5c08dc61 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[](https://jitpack.io/#matrix-org/matrix-android-sdk2) [](https://buildkite.com/matrix-dot-org/matrix-android-sdk2) + [](https://buildkite.com/matrix-dot-org/matrix-android-sdk2) # matrix-android-sdk2 @@ -23,12 +23,10 @@ Please open any issue in the Element Android project: [Create an issue](https:// To integrate the SDK to your application, add the following gradle dependency to the build.gradle of your application module: ```gradle -implementation 'com.github.matrix-org:matrix-android-sdk2:v0.0.1' +implementation 'org.matrix.android:matrix-android-sdk2:1.2.1' ``` -Latest version: [](https://jitpack.io/#matrix-org/matrix-android-sdk2) - -You need to add Jitpack as a repository in your main build.gradle file. Please follow instructions here: https://jitpack.io/#matrix-org/matrix-android-sdk2 +Latest version:  ### Sample application -- GitLab