Skip to content

jarlure/layoutcreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

目前已经通过jitpack。使用gradle的小伙伴们可以通过如下配置获取该UI框架库

repositories { 
     jcenter()
     maven { url "https://jitpack.io" }
}
dependencies {
      compile 'com.github.jarlure:layoutcreator:1.0.0'
}