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: To build the android project for Android bindings, run:
.. code:: bash .. code:: bash
cd java/android/OlmLibSdk/OlmLibSdk cd java/android/OlmLibSdk
./gradlew clean assembleRelease ./gradlew clean assembleRelease
Release process Release process

View File

@ -10,10 +10,10 @@ Installation
Copy the olm-sdk.aar into it. Copy the olm-sdk.aar into it.
In your build.gradle file, add in the android section In your build.gradle file, add in the android section
repositories { repositories {
flatDir { flatDir {
dir 'libs' dir 'libs'
} }
} }
Add in the dependencies category Add in the dependencies category
compile(name: 'olm-sdk', ext: 'aar') compile(name: 'olm-sdk', ext: 'aar')