# XLibrary **Repository Path**: xcode_xiao/XLibrary ## Basic Information - **Project Name**: XLibrary - **Description**: 就是个APP框架库 - **Primary Language**: Android - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2018-12-13 - **Last Updated**: 2021-08-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # XLibrary #### 介绍 就是个APP框架库 #### 使用说明 ``` // Java的 implementation 'com.gitee.xcode_xiao.XLibrary:library:+' // Kotlin implementation 'com.gitee.xcode_xiao.XLibrary:libraryktx:+' // ARouter 的扩展 implementation 'com.gitee.xcode_xiao.XLibrary:ARouterKtx:+' // 修改的别人的权限申请框架 implementation 'com.gitee.xcode_xiao.XLibrary:AndPermission:+' // 权限申请框架的扩展 implementation 'com.gitee.xcode_xiao.XLibrary:AndPermissionKtx:+' // Room扩展 implementation 'com.gitee.xcode_xiao.XLibrary:RoomKtx:+' // 替代SP 的 MMKV 扩展 implementation 'com.gitee.xcode_xiao.XLibrary:MmkvKtx:+' allprojects { repositories { google() jcenter() maven { url 'https://jitpack.io' } } } ```