Android application to manage credentials on an IRMA card.
This Android App lets you manage the credentials on you IRMA card. In particular you can see which credentials you have, what attributes they contain, and when they will expire. Furthermore you can do some card related tasks like
This library has the following dependencies. All these dependencies will be automatically downloaded by gradle when building or installing the library.
External dependencies:
Internal dependencies:
The build system depends on gradle version at least 2.1, which is why we’ve included the gradle wrapper, so you always have the right version.
irma_configurationMake sure to link irma_configuration into assets/ as the application will not work otherwise! As always, select the correct branch.
Run
./gradlew assemble
this will create the required .apks and place them in build/outputs/apk. Make sure you linked irma_configuration.
You can install the application to you own device by running
./gradlew installDebug