Update the README files.
This commit is contained in:
parent
da2e1c5902
commit
b2b182161e
2 changed files with 4 additions and 4 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue