This SDK simplifies integration with the Satochip and Satodime in Android and Desktop applications. In this SDK you find both the classes needed for generic communication with SmartCards as well as classes specifically addressing the Satochip.
You can build the jar file with ./gradlew clean build
You can import the different libraries in your Gradle project by placing the .jar library in a folder (e.g. 'libs') and by adding the following line in the dependencies section of your build.gradle file:
api files('libs/satochip-lib-0.0.3.jar')
In the future, the library will also be available on Maven central repository.
This project is based on the status-keycard-java library released under the Apache-2.0 License.