dependencies {
implementation 'com.yubico.yubikit:support:(insert version here)'
}
This module provides optional support functionality, currently methods for getting YubiKey device info and device name are implemented.
To add the support
module as a dependency to your project, add the following to
your gradle configuration:
dependencies {
implementation 'com.yubico.yubikit:support:(insert version here)'
}
This module depends on other modules from YubiKit (core, management and yubiotp), which will automatically be added as transitive dependencies to your project.