Skip to content

impressionapps/Android-PasscodeLock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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

Releases

No releases published

Packages

 
 
 

Contributors