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
|
|
|
|
2022-01-06 10:04:40 +01:00
|
|
|
Android Olm library is released on MavenCentral.
|
2017-01-10 12:32:52 +01:00
|
|
|
|
2022-01-06 10:04:40 +01:00
|
|
|
Add this dependency to your project:
|
2017-01-10 12:32:52 +01:00
|
|
|
|
2022-01-06 10:04:40 +01:00
|
|
|
```groovy
|
|
|
|
implementation "org.matrix.android:olm:3.2.8"
|
|
|
|
```
|
2017-01-10 12:32:52 +01:00
|
|
|
|
2022-01-06 10:04:40 +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
|
|
|
|
-----------
|
2017-01-10 16:06:21 +01:00
|
|
|
import the project from the ``android/`` path.
|
2016-12-20 10:42:06 +01:00
|
|
|
|
2021-04-16 17:43:30 +02: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.
|