TREZOR Management App and Communication Library for Android
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:v1.0.4'
...
}
Please consider using gradle witness to improve security.
TREZOR has to be connected to Android by OTG cable. The Android device needs to support such connections.