Skip to content

kbmznfl/MyCommonLibrary

Repository files navigation

这个git单纯就是为了方便我后续的工作开发而参考公司大佬的框架而搭建的一个简易框架,
没有太多功能,仅仅只是简化了部分组件的初始化


使用指南:
添加引用:
	allprojects {
		repositories {
			...
			maven { url 'https://www.jitpack.io' }
		}
	}
添加导入
	dependencies {
	        implementation 'com.github.kbmznfl:MyCommonLibrary:1.0.1'
	}

About

这是我为自己搭建的基础框架,仅仅简化了一些组件的初始化

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages