read-dicekey-android
is available through JitPack. To install
it, simply follow the instructions:
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add the dependency
implementation "com.github.dicekeys:read-dicekey-android:$latestRelease"