| License |
License |
|---|---|
| Categories |
CategoriesCRaSH General Purpose Libraries Utility |
| GroupId | GroupIdcat.ereza |
| ArtifactId | ArtifactIdcustomactivityoncrash |
| Version | Version2.3.0 |
| 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.3.0.pom | |
| customactivityoncrash-2.3.0.aar | 108 KB |
| customactivityoncrash-2.3.0-sources.jar | 14 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cat.ereza/customactivityoncrash/ -->
<dependency>
<groupId>cat.ereza</groupId>
<artifactId>customactivityoncrash</artifactId>
<version>2.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cat.ereza/customactivityoncrash/
implementation 'cat.ereza:customactivityoncrash:2.3.0'
// https://jarcasting.com/artifacts/cat.ereza/customactivityoncrash/
implementation ("cat.ereza:customactivityoncrash:2.3.0")
'cat.ereza:customactivityoncrash:aar:2.3.0'
<dependency org="cat.ereza" name="customactivityoncrash" rev="2.3.0">
<artifact name="customactivityoncrash" type="aar" />
</dependency>
@Grapes(
@Grab(group='cat.ereza', module='customactivityoncrash', version='2.3.0')
)
libraryDependencies += "cat.ereza" % "customactivityoncrash" % "2.3.0"
[cat.ereza/customactivityoncrash "2.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.appcompat » appcompat | jar | 1.1.0 |