# EasyRefresh **Repository Path**: lc2050/EasyRefresh ## Basic Information - **Project Name**: EasyRefresh - **Description**: https://gitee.com/lc2050/EasyRefresh/settings#status - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-14 - **Last Updated**: 2022-04-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EasyRefresh #### 介绍 https://gitee.com/lc2050/EasyRefresh/settings#status #### 使用说明 [![](https://jitpack.io/v/com.gitee.lc2050/EasyRefresh.svg)](https://jitpack.io/#com.gitee.lc2050/EasyRefresh) Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url 'https://jitpack.io' } } } Step 2. Add the dependency dependencies { implementation 'com.gitee.lc2050:EasyRefresh:Tag' }