Skip to content
Keval edited this page Apr 13, 2017 · 3 revisions

You can integrate Passcode View using following integrations.

  • You can find the latest version from here.

Gradle Dependency:

  • Add below lines to app/build.gradle file of your project.
 dependencies {
    compile 'com.kevalpatel2106:passcodeview:[LATEST VERSION]'
}

Maven Dependncy:

<dependency>
  <groupId>com.kevalpatel2106</groupId>
  <artifactId>passcodeview</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.