An open API service indexing awesome lists of open source software.

https://github.com/dora4/dview-drawables


https://github.com/dora4/dview-drawables

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

dview-drawables
![Release](https://jitpack.io/v/dora4/dview-drawables.svg)
--------------------------------

#### 卡片
![镇殿之宝——裁决铠甲](https://github.com/user-attachments/assets/4b2d04ec-0f17-4ae5-a194-d9f77af8061f)

#### Gradle依赖配置

```groovy
// 添加以下代码到项目根目录下的build.gradle
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
// 添加以下代码到app模块的build.gradle
dependencies {
implementation 'com.github.dora4:dview-drawables:1.1'
}
```