File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 ) [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 ) [ ![ Maintenance] ( https://img.shields.io/badge/Maintained%3F-yes-green.svg )] ( https://GitHub.com/TutorialsAndroid/crashx )
1
+ # CrashX [ ![ API] ( https://img.shields.io/badge/API-21 %2B-brightgreen.svg?style=flat )] ( https://android-arsenal.com/api?level=21 ) [ ![ 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 ) [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 ) [ ![ Maintenance] ( https://img.shields.io/badge/Maintained%3F-yes-green.svg )] ( https://GitHub.com/TutorialsAndroid/crashx )
2
2
3
3
This library allows launching a crash activity when the app crashes, instead of showing the hated "Unfortunately, X has stopped" dialog.
4
4
5
5
** Library Availbale at JitPack.io**
6
6
7
7
[ ![ ] ( https://jitpack.io/v/TutorialsAndroid/crashx.svg )] ( https://jitpack.io/#TutorialsAndroid/crashx )
8
+ ` Version 30.5.19 is now deprecated use new version v3.0.19 `
8
9
9
10
** Sample Screen**
10
11
@@ -26,7 +27,7 @@ Add it in your root build.gradle at the end of repositories:
26
27
Step 2. Add the dependency
27
28
28
29
dependencies {
29
- implementation 'com.github.TutorialsAndroid:crashx:v30.5 .19'
30
+ implementation 'com.github.TutorialsAndroid:crashx:v3.0 .19'
30
31
}
31
32
32
33
...and you are done!
You can’t perform that action at this time.
0 commit comments