aboutsummaryrefslogtreecommitdiff
path: root/java/android
diff options
context:
space:
mode:
authorylecollen <ylecollen@amdocs.com>2017-01-02 14:04:53 +0100
committerylecollen <ylecollen@amdocs.com>2017-01-02 14:04:53 +0100
commitb2b182161e489ba2db871472ffdb136f56b48054 (patch)
treebaed49e4a880653ed6a9433623eb2b263c31bde0 /java/android
parentda2e1c59026a9fac2ec025d9c0303e268c0ff146 (diff)
Update the README files.
Diffstat (limited to 'java/android')
-rw-r--r--java/android/OlmLibSdk/README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/android/OlmLibSdk/README.rst b/java/android/OlmLibSdk/README.rst
index 049eed8..7729506 100644
--- a/java/android/OlmLibSdk/README.rst
+++ b/java/android/OlmLibSdk/README.rst
@@ -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')