Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Olm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
matrix-org
Olm
Commits
b2b18216
Commit
b2b18216
authored
8 years ago
by
ylecollen
Browse files
Options
Downloads
Patches
Plain Diff
Update the README files.
parent
da2e1c59
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+1
-1
1 addition, 1 deletion
README.rst
java/android/OlmLibSdk/README.rst
+3
-3
3 additions, 3 deletions
java/android/OlmLibSdk/README.rst
with
4 additions
and
4 deletions
README.rst
+
1
−
1
View file @
b2b18216
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
java/android/OlmLibSdk/README.rst
+
3
−
3
View file @
b2b18216
...
...
@@ -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')
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment