Skip to content

AllenCoder/PasscodeLock-Android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Android-PasscodeLock Development Repository

Development and release artifacts are published in this repository.

Example usage in Android Studio

Add the development repository to the repositories section of your build.gradle.

// add the repo to your
repositories {
  mavenCentral()
  maven { url "http://wordpress-mobile.github.io/android-passcodelock"}
}

Add the dependency to the dependencies section of your build.gradle.

// add the dependency
dependencies {
  compile 'org.wordpress:android-passcodelock:0.0.1'
}

About

Android Library that provides passcode lock to your app

Resources

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
LICENSE-GPL
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%