| License |
License |
|---|---|
| Categories |
CategoriesCRaSH General Purpose Libraries Utility |
| GroupId | GroupIdcat.ereza |
| ArtifactId | ArtifactIdcustomactivityoncrash |
| Last Version | Last Version2.4.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionCustomActivityOnCrash 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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| customactivityoncrash-2.4.0.pom | |
| customactivityoncrash-2.4.0.aar | 108 KB |
| customactivityoncrash-2.4.0-sources.jar | 14 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.appcompat » appcompat | jar | 1.4.1 |