Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

trezor/trezor-android

Repository files navigation

trezor-android

Build Status gitter

Trezor Communication Library for Android

Trezor Manager app is now obsolete!

Using the library

You can add the library via jitpack. Add to jitpack as a repository:

allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
        ...
    }
}

Then you can add the dependency like this:

dependencies {
    compile 'com.github.trezor.trezor-android:trezor-lib:<current_version>'
    ...
}

You can see what to best use for <current_version> in the jitpack badge on the top.

Please consider using gradle witness to improve security.

Requirements

Trezor has to be connected to Android by OTG cable. The Android device needs to support such connections.