Skip to content
Snippets Groups Projects
Commit 8ea5bc79 authored by ylecollen's avatar ylecollen
Browse files

Merge remote-tracking branch 'origin/pedroc/android_e2e_dev' into pedroc/android_e2e_dev

parents 03ae28e0 4323bec5
No related branches found
No related tags found
No related merge requests found
OlmLibSdk OlmLibSdk
========= =========
OlmLibSdk exposes An android wrapper to libolm. OlmLibSdk exposes an android wrapper to libolm.
Installation Installation
------------ ------------
Create a libs directory in your project directory Create a libs directory in your project directory
Copy the olm-sdk.aar into it. Copy the olm-sdk.aar into it.
In your build.gradle file, add in the android section
repositories { In your build.gradle file, add in the android section::
flatDir {
dir 'libs' repositories {
} flatDir {
} dir 'libs'
Add in the dependencies category }
compile(name: 'olm-sdk', ext: 'aar') }
Add in the dependencies category::
compile(name: 'olm-sdk', ext: 'aar')
Development Development
----------- -----------
import the project from the /java/android/OlmLibSdk path. import the project from the ``/java/android/OlmLibSdk`` path.
The project contains some JNI files and some Java wraper files. The project contains some JNI files and some Java wraper files.
The project contains some tests under AndroidTests package. The project contains some tests under AndroidTests package.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment