Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 677 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 677 Bytes

Android Utils

JitPack Badge

A collection of Kotlin extensions that we use in our Android applications.

Installation

Gradle

Add JitPack in your root build.gradle at the end of repositories:

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

Add Android Utils to (sub-)project(s) build.gradle:

  dependencies {
    // ...
    implementation 'com.bozoraka:android-utils:<latest_version>'
  }

License

The library is distributed under the Apache 2 license.