Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 725 Bytes

File metadata and controls

24 lines (16 loc) · 725 Bytes

LibSimprints

Android CI

Simprints ID Interface Library

LibSimprints is the library used to pass data to and from the Simprints ID application.

Installation

implementation 'com.simprints:libsimprints:2026.1.0'

Documentation

Using snapshot release

// In repository definitions
maven("https://oss.sonatype.org/content/repositories/snapshots")

// In app level gradle file
implementation 'com.simprints:libsimprints:2026.1.0-SNAPSHOT'