# drawable-dsl **Repository Path**: alzunjiu/drawable-dsl ## Basic Information - **Project Name**: drawable-dsl - **Description**: android drawable dsl 封装 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-12 - **Last Updated**: 2024-04-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # drawable-dsl #### 介绍 android drawable dsl 封装 #### 使用 [![](https://jitpack.io/v/com.gitee.alzunjiu/drawable-dsl.svg)](https://jitpack.io/#com.gitee.alzunjiu/drawable-dsl) build.gradle或setting.gradle.kts添加 ``` maven { url 'https://jitpack.io' } 或 maven("https://jitpack.io") ``` module build.gradle ``` dependencies { implementation 'com.github.alzunjiu:drawable-dsl:v1.0.2' } ``` #### 注意事项 使用的版本太新了,不太适合老项目