https://github.com/dora4/dview-drawables
https://github.com/dora4/dview-drawables
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dora4/dview-drawables
- Owner: dora4
- License: apache-2.0
- Created: 2025-06-02T04:28:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-08T08:11:26.000Z (9 months ago)
- Last Synced: 2025-09-08T10:19:59.259Z (9 months ago)
- Language: Kotlin
- Size: 67.4 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dview-drawables

--------------------------------
#### 卡片

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