Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 718 Bytes

IMPORT.md

File metadata and controls

24 lines (19 loc) · 718 Bytes

Dependencies

  • You can find the latest version from here.

Gradle:

  • Add below dependency into your build.gradle file.
implementation 'com.kevalpatel2106:fingerprint-dialog-compat:[latest version]'

Maven:

<dependency>
  <groupId>com.kevalpatel2106</groupId>
  <artifactId>fingerprint-dialog-compat</artifactId>
  <version>[latest version]</version>
  <type>pom</type>
</dependency>

AAR file:

  • You can download the latest version of the AAR file in integrate that into your project from here.