We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1.添加jitPack到你项目的build.gradle allprojects { repositories { ... maven { url 'https://jitpack.io' } } } 2.添加依赖 dependencies { compile 'com.github.Beseting:PlanA:v1.0.18' }