Skip to content

Jintin/JUtil

Repository files navigation

JUtil

Codacy Badge

Some utility functions for Android development.

Installation

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

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

Step 2. Add the dependency

dependencies {
  compile 'com.github.jintin:jutil:-SNAPSHOT'
}

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Jintin/JUtil.

License

The module is available as open source under the terms of the MIT License.