Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Olm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Nheko Reborn
Olm
Commits
c553d18a
Commit
c553d18a
authored
8 years ago
by
ylecollen
Browse files
Options
Downloads
Patches
Plain Diff
Update the readme files.
parent
2fab6f94
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+6
-0
6 additions, 0 deletions
README.rst
java/android/OlmLibSdk/README.rst
+26
-0
26 additions, 0 deletions
java/android/OlmLibSdk/README.rst
with
32 additions
and
0 deletions
README.rst
+
6
−
0
View file @
c553d18a
...
...
@@ -32,6 +32,12 @@ To build the javascript bindings, install emscripten from http://kripken.github.
.. code:: bash
make js
To build the android project for Android bindings, run:
.. code:: bash
cd java/android/OlmLibSdk/OlmLibSdk
./gradlew clean assembleRelease
Release process
---------------
...
...
This diff is collapsed.
Click to expand it.
java/android/OlmLibSdk/README.rst
0 → 100644
+
26
−
0
View file @
c553d18a
OlmLibSdk
=========
OlmLibSdk exposes An android wrapper to libolm.
Installation
------------
Create a libs directory in your project directory
Copy the olm-sdk.aar into it.
In your build.gradle file, add in the android section
repositories {
flatDir {
dir 'libs'
}
}
Add in the dependencies category
compile(name: 'olm-sdk', ext: 'aar')
Development
-----------
import the project from the /java/android/OlmLibSdk path.
The project contains some JNI files and some Java wraper files.
The project contains some tests under AndroidTests package.
\ No newline at end of file
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