# AndroidLib **Repository Path**: long_aotian714/android-lib ## Basic Information - **Project Name**: AndroidLib - **Description**: 一些工具类 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 2 - **Created**: 2021-04-17 - **Last Updated**: 2023-03-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Add it in your root build.gradle at the end of repositories: allprojects { repositories { google() mavenCentral() jcenter() // Warning: this repository is going to shut down soon maven { url 'https://jitpack.io' } maven { url 'https://maven.aliyun.com/repository/google' } } } Step 2. Add the dependency dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.gitee.long_aotian714:android-lib:v2.3.7' } Share this release: 包含: 1.按钮连点判断 2.图片高斯模糊 3.日志工具 4.dp2px转换 ... 1.选择按钮 2.碎裂的粒子效果 3.XML文件解析工具 ... 分享功能使用demo :https://gitee.com/long_aotian714/share-demo.git [![](https://jitpack.io/v/com.gitee.long_aotian714/android-lib.svg)](https://jitpack.io/#com.gitee.long_aotian714/android-lib)