# FastLib **Repository Path**: heyue/FastLib ## Basic Information - **Project Name**: FastLib - **Description**: 快速开发依赖库,通过改库可以不必再次配置工程,节约开发时间,具体依赖参见 工程的build.gradle - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-04-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FastLib 快速开发依赖库,通过改库可以不必再次配置工程,节约开发时间,具体依赖参见 工程的build.gradle 目前集成 * 对话框 * 加载框 * logger * gson * SwipeToLoadLayout 上拉 下拉 * glide 图片依赖 * rxjava * butterknife *等等 开发者可根据自己的需求配置.. # 配置 Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url "https://jitpack.io" } } } Step 2. Add the dependency [![](https://jitpack.io/v/vipheyue/FastLib.svg)](https://jitpack.io/#vipheyue/FastLib) dependencies { compile 'com.github.vipheyue:FastLib:v1.0.x' } [release version ](https://github.com/vipheyue/FastLib/releases) ## 使用 ### 多dex defaultConfig{ multiDexEnabled true }