# common-android **Repository Path**: yqooo/common-android ## Basic Information - **Project Name**: common-android - **Description**: 安卓工具类公共库 - **Primary Language**: Android - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-04-06 - **Last Updated**: 2025-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # common-android 安卓简单框架及公共库,开箱即用,也可下载源码根据自己的情况进行修改 1、在你的项目gradle.properties 中添加 # Automatically convert third-party libraries to use AndroidX android.enableJetifier=true 2、如果无法下载依赖则使用阿里云代理下载 maven { url 'https://maven.aliyun.com/repository/public' } maven { url 'https://maven.aliyun.com/repository/google' } maven { url 'https://maven.aliyun.com/repository/gradle-plugin' } maven { url 'https://maven.aliyun.com/repository/releases' }