diff --git a/README.md b/README.md index 3b27a8b83df6f1bab22675a486315164a5e8ef3c..5c08dc614d47bc735598779b31101793411b9210 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