# framework-final **Repository Path**: alanplus/framework-final ## Basic Information - **Project Name**: framework-final - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基础框架库 ### 使用 ``` allprojects { repositories { maven { url 'https://jitpack.io' } } } ``` ``` dependencies { implementation 'com.github.alanplus:framework-final:Tag' } ``` ### 依赖库 ``` implementation 'com.android.support:appcompat-v7:28.0.0' implementation 'com.android.support:multidex:1.0.3' implementation 'com.github.alanplus:commom:1.0' implementation 'com.android.support:design:28.0.0' implementation 'org.greenrobot:eventbus:3.0.0' ```