mirror of
https://github.com/dzeiocom/charts.git
synced 2025-06-13 03:19:19 +00:00
feat: Origin
This commit is contained in:
32
README.md
Normal file
32
README.md
Normal file
@ -0,0 +1,32 @@
|
||||
# Crash Handler
|
||||
|
||||
Highly customizable and easy to use Chart library for android
|
||||
|
||||
## Install
|
||||
|
||||
- Add Jitpack.io to your `settings.gradle` file `maven { url 'https://jitpack.io' }`
|
||||
|
||||
Add to you dependencies (check the latest release for the version):
|
||||
- (Gradle Kotlin DSL) Add `implementation("com.dzeio:charts:1.0.0")`
|
||||
- (Gradle Groovy DSL) Add `implementation "com.dzeio:charts:1.0.0" `
|
||||
|
||||
## Build
|
||||
|
||||
- Install Android Studio
|
||||
- Build the app
|
||||
- it will be running on your emulator/device
|
||||
- test it!
|
||||
|
||||
## Contributing
|
||||
|
||||
See [CONTRIBUTING.md](https://github.com/dzeiocom/charts/blob/master/CONTRIBUTING.md)
|
||||
|
||||
TL::DR
|
||||
|
||||
- Fork
|
||||
- Commit your changes
|
||||
- Pull Request on this Repository
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the MIT License. A copy of the license is available at [LICENSE.md](https://github.com/dzeiocom/charts/blob/master/LICENSE.md)
|
Reference in New Issue
Block a user