Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 617 Bytes

File metadata and controls

26 lines (20 loc) · 617 Bytes

Knock Code View

Created to this app:

Get it on Google Play

Gradle Dependency:

Add this in your root build.gradle file (not your module build.gradle file):*

allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}

Add this in your module build.gradle file:

dependencies {
   compile 'com.github.ibragunduz:KnockCodeView:0.1'
}