Skip to main content
Mobile SDK
Andzej Korkuz avatar
Written by Andzej Korkuz
Updated over a week ago

Mysterium Node Mobile Components

All SDK libraries available as pre-built packages on the GitHub release page. It can be downloaded and installed manually in your preferred way.

We also support several standard ways of installing the SDK using dependency managers.

Android

We are publishing an Android SDK library to our Maven repository.

To add dependency, add the following to your build.gradle:

โ€

repositories { maven { url "https://maven.mysterium.network/releases" } } dependencies { implementation 'network.mysterium:mobile-node:1.4.7' }
Did this answer your question?