Skip to content

xiongzhe/xz-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xz-core

android快速开发

项目gradle中配置:

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

app gradle中配置

implementation 'com.github.xiongzhe:xz-core:v1.0.3'