# LczUtils **Repository Path**: cheng_ze/LczUtils ## Basic Information - **Project Name**: LczUtils - **Description**: 小李的Android工具类 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **LczUtils是小李目前使用的工具类~** 如果你想使用它----可以按照下面两步进行使用 Step 1 项目目录下添加 ``` allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` Step 2 使用依赖 ``` dependencies { implementation 'com.github.lcz112434:LczUtils:v1.0' } ``` 如果觉得使用还可以,可以给个star!感谢😊~