- 
                Notifications
    
You must be signed in to change notification settings  - Fork 64
 
Dependencies
        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.
 
- Add below lines to 
app/build.gradlefile of your project. 
 dependencies {
    compile 'com.kevalpatel2106:passcodeview:[LATEST VERSION]'
}
<dependency>
  <groupId>com.kevalpatel2106</groupId>
  <artifactId>passcodeview</artifactId>
  <version>[LATEST VERSION]</version>
  <type>pom</type>
</dependency>
- You can download the latest version of the AAR file in integrate that into your project from here.