修改自https://github.com/huburt-Hu/NewbieGuide 使用方法如下: 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 { implementation 'com.github.Savion1162336040:NewbieGuide:$version' }