Skip to content

r0adkll/android-lockpattern

Repository files navigation

android-lockpattern

This is an AndroidStudio/Gradle port for the android-lockpattern library hosted at: https://code.google.com/p/android-lockpattern/

how to use

Set Android SDK path environment variable

$ export ANDROID_HOME='path to android sdk'

Push to your local maven repository

$ ./gradlew install

Now add the library to your project by adding compile 'com.haibison:androidLockPattern:1.0.0' to your dependencies.

Note: Make sure you have mavenLocal under repositories

repositories {
    mavenLocal()
    mavenCentral()
}

About

This is an AndroidStudio/Gradle port for the android-lockpattern library hosted at: https://code.google.com/p/android-lockpattern/ This is for use in more modern projects that use the superior gradle build system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages