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

Update the README files.

parent da2e1c59
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ To build the javascript bindings, install emscripten from http://kripken.github.
To build the android project for Android bindings, run:
.. code:: bash
cd java/android/OlmLibSdk/OlmLibSdk
cd java/android/OlmLibSdk
./gradlew clean assembleRelease
Release process
......
......@@ -10,10 +10,10 @@ Installation
Copy the olm-sdk.aar into it.
In your build.gradle file, add in the android section
repositories {
flatDir {
flatDir {
dir 'libs'
}
}
}
}
Add in the dependencies category
compile(name: 'olm-sdk', ext: 'aar')
......
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