EasyDesignHow to To get a Git project into your build:allprojects { repositories { ... maven { url 'https://jitpack.io' } } } Step 2. Add the dependencydependencies { implementation 'com.github.rmtic:EasyDesign:1.0.3' } https://github.com/HelloChenJinJun/NewFastFrame