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
- Host: GitHub
- URL: https://github.com/beapp/beapp.library.utils.android
- Owner: BeApp
- License: apache-2.0
- Created: 2020-01-22T13:28:03.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2020-02-21T14:42:47.000Z (over 6 years ago)
- Last Synced: 2025-07-29T08:42:02.330Z (11 months ago)
- Topics: android, java, utils
- Language: Java
- Homepage:
- Size: 188 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:'
}
```