Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 588 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 588 Bytes

IRMA mirror of scuba

This repository contains the IRMA mirror of SCUBA. It contains a small amount of IRMA specific code. In particular IRMA uses the following sub projects:

  • scuba_sc_android
  • scuba_sc_j2se
  • scuba_smartcards
  • scuba_util

Building using Gradle (recommended)

When you are using the Gradle build system, just run

./gradlew install

to install the all four libraries to your local repository.

Note that you'll have to use the wrapper (instead of calling gradle directly), to make sure you can build the android library.