Update the README files.

release-v2.2.0
ylecollen 2017-01-02 14:04:53 +01:00
parent da2e1c5902
commit b2b182161e
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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')