Florian Bouillon ef361a4eaa
fix: Missing required view (#1)
* misc: Renamed `app` to `sample`

* misc: Renamed crashhandler to library

* fix: Missing required view
2022-08-09 18:09:30 +02:00
2022-08-09 13:49:23 +02:00
2022-08-09 18:09:30 +02:00
2022-08-09 18:09:30 +02:00
2022-08-09 13:49:23 +02:00
2022-08-09 13:49:23 +02:00
2022-08-09 13:49:23 +02:00
2022-08-09 13:49:23 +02:00
2022-08-09 13:49:23 +02:00
2022-08-09 13:49:23 +02:00
2022-08-09 13:49:23 +02:00
2022-08-09 13:49:23 +02:00
2022-08-09 13:49:23 +02:00

Crash Handler

Lightweight & customizable crash android crash handler library

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:crashhandler:1.0.0")
  • (Gradle Groovy DSL) Add implementation "com.dzeio:crashhandler:1.0.0"

Build

  • Install Android Studio
  • Build the app
  • it will be running on your emulator/device
  • test it!

Contributing

See 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

Description
Android Crash Handling made simple :D
Readme MIT 221 KiB
Languages
Kotlin 100%