A JNI port of the OLM library from matrix. It is a fork of their android build with changed dependencies so that one can use it for every Java project, not necessarily targetting Android.
repositories {
maven { url "https://maven.nextgenenergy.co.nz/artifactory/maven/" }
}
dependencies {
compile "msrd0.matrix:matrix-olm-java:+"
}