Skip to content

YIYEWANG/crash

Repository files navigation

作用在于让Android APP崩溃后显示一个友善的Activity

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Step 2. Add the dependency

dependencies {
        compile 'com.github.YIYEWANG:crash:1.0'
}

或者

dependencies {
	compile 'com.wman.androidLib:crash:1.0.0'
}

About

App崩溃后友善的显示一个Activity

Resources

License

Stars

Watchers

Forks

Packages

No packages published