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:
|
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
|
||||||
|
|
|
@ -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')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue