Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 322 Bytes

File metadata and controls

20 lines (16 loc) · 322 Bytes

android-puzzle

Drag n Drop android puzzle library

Setup to Android Studio

Add the following dependency to the build.gradle of your project

dependencies {
    compile 'com.bakrabros:android-puzzle:0.1.0@aar'
}
repositories {
    maven {
        url 'https://dl.bintray.com/bakrabros/maven/'
    }
}