An open API service indexing awesome lists of open source software.

https://github.com/beapp/beapp.library.utils.android

This library provides a set of common tools java android development
https://github.com/beapp/beapp.library.utils.android

android java utils

Last synced: 2 months ago
JSON representation

This library provides a set of common tools java android development

Awesome Lists containing this project

README

          

This library provides a set of common tools java android development

# Installation

Add jcenter's repository in your project's repositories list, then add the dependency.

```groovy
repositories {
jcenter()
}

dependencies {
implementation 'fr.beapp.utils:utils:'
}
```