CustomActivityOnCrash library

Android library that allows launching a custom activity when your app crashes, instead of showing the hated "Unfortunately, X has stopped" dialog.

License

License

Categories

Categories

CRaSH General Purpose Libraries Utility
GroupId

GroupId

cat.ereza
ArtifactId

ArtifactId

customactivityoncrash
Last Version

Last Version

2.4.0
Release Date

Release Date

Type

Type

aar
Description

Description

CustomActivityOnCrash library
Android library that allows launching a custom activity when your app crashes, instead of showing the hated "Unfortunately, X has stopped" dialog.
Project URL

Project URL

https://github.com/Ereza/CustomActivityOnCrash
Source Code Management

Source Code Management

https://github.com/Ereza/CustomActivityOnCrash/tree/master

Download customactivityoncrash

How to add to project

<!-- https://jarcasting.com/artifacts/cat.ereza/customactivityoncrash/ -->
<dependency>
    <groupId>cat.ereza</groupId>
    <artifactId>customactivityoncrash</artifactId>
    <version>2.4.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cat.ereza/customactivityoncrash/
implementation 'cat.ereza:customactivityoncrash:2.4.0'
// https://jarcasting.com/artifacts/cat.ereza/customactivityoncrash/
implementation ("cat.ereza:customactivityoncrash:2.4.0")
'cat.ereza:customactivityoncrash:aar:2.4.0'
<dependency org="cat.ereza" name="customactivityoncrash" rev="2.4.0">
  <artifact name="customactivityoncrash" type="aar" />
</dependency>
@Grapes(
@Grab(group='cat.ereza', module='customactivityoncrash', version='2.4.0')
)
libraryDependencies += "cat.ereza" % "customactivityoncrash" % "2.4.0"
[cat.ereza/customactivityoncrash "2.4.0"]

Dependencies

compile (1)

Group / Artifact Type Version
androidx.appcompat » appcompat jar 1.4.1

Project Modules

There are no modules declared in this project.

Versions

Version
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.1