olm/android/README.rst
Benoit Marty 23380ca331 Release the library on MavenCentral
Delete stuff added for Jitpack
2022-01-06 10:04:40 +01:00

25 lines
542 B
ReStructuredText

OlmLibSdk
=========
OlmLibSdk exposes an android wrapper to libolm.
Installation
------------
Android Olm library is released on MavenCentral.
Add this dependency to your project:
```groovy
implementation "org.matrix.android:olm:3.2.8"
```
Latest version: ![Latest version](https://img.shields.io/maven-central/v/org.matrix.android/olm)
Development
-----------
import the project from the ``android/`` path.
The project contains some JNI files and some Java wrapper files.
The project contains some tests under AndroidTests package.