Skip to content
Snippets Groups Projects
Commit 4323bec5 authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

README.rst: fix formatting

parent eeb210f7
No related branches found
No related tags found
No related merge requests found
OlmLibSdk
=========
OlmLibSdk exposes An android wrapper to libolm.
OlmLibSdk exposes an android wrapper to libolm.
Installation
------------
Create a libs directory in your project directory
Copy the olm-sdk.aar into it.
In your build.gradle file, add in the android section
repositories {
flatDir {
dir 'libs'
}
}
Add in the dependencies category
compile(name: 'olm-sdk', ext: 'aar')
Create a libs directory in your project directory
Copy the olm-sdk.aar into it.
In your build.gradle file, add in the android section::
repositories {
flatDir {
dir 'libs'
}
}
Add in the dependencies category::
compile(name: 'olm-sdk', ext: 'aar')
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 tests under AndroidTests package.
\ No newline at end of file
The project contains some tests under AndroidTests package.
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