IRMA android library which provides the shared functionality between the IRMA android applications. In particular it enables reading of irma_configuration on android via the AndroidWalker
library and it offers an interface for dealing with pin code entry in android applications.
This library is used by
This library has the following dependencies. All these dependencies will be automatically downloaded by gradle when building or installing the library.
Internal dependencies:
- credentials_idemix, The IRMA credentials API implementation for Idemix
Gradle will take care of the transitive dependencies. However, you must make sure that you build and install the idemix_library yourself.
The build system depends on gradle version at least 2.2, which is why we've included the gradle wrapper, so you always have the right version.
Run
./gradlew build
You can install the library to your local maven repository by running
./gradlew install
It will then be found by other gradle build scripts.