Show some ❤️ and star the repo to support the project Featured in Also included in Awesome Android Newsletter #Issue 16 Cheatsheet about tips and tricks for Android Development This is a simple set of tips and tricks regarding Android Development
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
dependencies {
compile 'com.github.intelligo-systems:slight:1.1.3'
}