Skip to content

msrd0/matrix-olm-java

Repository files navigation

matrix-olm-java GitLab CI Build Status License

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.

Gradle

repositories {
	maven { url "https://maven.nextgenenergy.co.nz/artifactory/maven/" }
}

dependencies {
	compile "msrd0.matrix:matrix-olm-java:+"
}