# SharedPreference **Repository Path**: jiageLi/SP ## Basic Information - **Project Name**: SharedPreference - **Description**: SharedPreference 轻量级存储 - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-05-14 - **Last Updated**: 2022-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SharedPreference #### 介绍 SharedPreference 轻量级存储 ``` allprojects { repositories { ... maven { url 'https://jitpack.io' } } } dependencies { implementation 'com.gitee.jiageLi:SP:1.0.1' } ```