Skip to content

Commit 5627c58

Browse files
new version
2 parents 8de3bf5 + 1d899de commit 5627c58

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
# CrashX
1+
# CrashX [![API](https://img.shields.io/badge/API-15%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=15) [![Known Vulnerabilities](https://snyk.io/test/github/TutorialsAndroid/CrashX/badge.svg?targetFile=library%2Fbuild.gradle)](https://snyk.io/test/github/TutorialsAndroid/CrashX?targetFile=library%2Fbuild.gradle) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-CrashX-red.svg?style=flat-square)](https://android-arsenal.com/details/1/7581)
22

33
This library allows launching a crash activity when the app crashes, instead of showing the hated "Unfortunately, X has stopped" dialog.
44

5-
[![API](https://img.shields.io/badge/API-15%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=15)
6-
7-
[![Known Vulnerabilities](https://snyk.io/test/github/TutorialsAndroid/CrashX/badge.svg?targetFile=library%2Fbuild.gradle)](https://snyk.io/test/github/TutorialsAndroid/CrashX?targetFile=library%2Fbuild.gradle)
8-
95
**Library Availbale at JitPack.io**
106

11-
[![](https://jitpack.io/v/TutorialsAndroid/CrashX.svg)](https://jitpack.io/#TutorialsAndroid/CrashX)
7+
[![](https://jitpack.io/v/TutorialsAndroid/crashx.svg)](https://jitpack.io/#TutorialsAndroid/crashx)
128

139
**Sample Screen**
1410

1511
![](https://github.com/TutorialsAndroid/CrashX/blob/master/images/device-2019-03-19-154405.png)
1612

13+
## Important
14+
15+
**Note this library was made in the making for `Kinda` app this library was copied from `customcrashactivity` repository on github we made this library because we want to use own library on `Kinda` app.So this library is in development we will monthly
16+
update this library with some changes.**
17+
1718
## How to use
1819

1920
### One-step install
@@ -30,7 +31,7 @@ Add it in your root build.gradle at the end of repositories:
3031
Step 2. Add the dependency
3132

3233
dependencies {
33-
implementation 'com.github.TutorialsAndroid:CrashX:v0.1'
34+
implementation 'com.github.TutorialsAndroid:crashx:v0.1'
3435
}
3536

3637
...and you are done!

0 commit comments

Comments
 (0)