olm/android/README.rst

26 lines
542 B
ReStructuredText
Raw Normal View History

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