Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 388 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 388 Bytes

EasyDesign

How to To get a Git project into your build:

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

Step 2. Add the dependency

dependencies {
        implementation 'com.github.rmtic:EasyDesign:1.0.3'
}

https://github.com/HelloChenJinJun/NewFastFrame